Adi Zaimi
Adi Zaimi
Bug is that when insertion into an index is contended, sometimes we get values inserted in the wrong location (out of order). The reason for this bug is because we...
This allows for quite a large chunk (700MB) of memory to be released on exit making it easier to see other leaks (to be tackled in the future). Also cleanup...
This change fixes an inefficiency in cdb2api for large insert transactions: we traverse the entire list when appending last sql to the list of stmts of a txn (used by...
Throw errors on db:insert() failures in lua/sp.c: 1) from prepare, ex. wrong column name 2) from executing insert, ex. bad data conversion 3) from emitting error out of range --...
Include statement cost and extended cost as part of lastresponse so we avoid extra call to the db to get cost. * Always return numeric value of cost * If...