Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-21280

Request sent for every line in cbq's batch mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 5.0.0
    • 5.0.0
    • query
    • None
    • Untriaged
    • Unknown

    Description

      When entering lines to be accumulated in a batch in cbq's batch mode, I see a request SELECT RAW 1; being sent to the server for each line.

      cbq> use Default;
      

      -> SELECT RAW 1;

      cbq> select * from users;
      

      -> SELECT RAW 1;

      cbq> \;
      

      -> SELECT RAW 1;
      -> use Default; select * from users;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Prerna.Manaktala Prerna Manaktala (Inactive)
            till Till Westmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty