← Back to team overview

linux-traipu team mailing list archive

[Bug 1032888] [NEW] ResultSet contains different amount of coloums

 

Public bug reported:

 curl -X POST -d 'SELECT SLEEP(1000);SELECT _id from test.people;' http://localhost:8086/sql
For this particular request , response is:
{
   "query" : "SELECT SLEEP(1000);SELECT _id from test.people;",
   "result_set" : [
      [ "0" ],
      [ "1" ]
   ],
   "sqlstate" : "00000"
}

So, if select something that has only 1 column, then it will work.
but for more than that , segmentation fault.

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1032888

Title:
  ResultSet contains different amount of coloums

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
   curl -X POST -d 'SELECT SLEEP(1000);SELECT _id from test.people;' http://localhost:8086/sql
  For this particular request , response is:
  {
     "query" : "SELECT SLEEP(1000);SELECT _id from test.people;",
     "result_set" : [
        [ "0" ],
        [ "1" ]
     ],
     "sqlstate" : "00000"
  }

  So, if select something that has only 1 column, then it will work.
  but for more than that , segmentation fault.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1032888/+subscriptions


Follow ups

References