Aakash Arayambeth
Aakash Arayambeth
exclude token count check as we've hit stock sqlite limit. Also expand Expr.op field to u16 since we now have more than 255 tokens
While executing subqueries, we sometimes end up reading free'd data. For example, the plan below cdb2sql> Select * from comdb2_keycomponents where tablename='t_str' and keyname=(select keyname from comdb2sys_keys where tablename='t_str' and...
action item from {173488104} . This patch fixes the segfault
This patch : 1.) Adds support for the following queries : - CREATE TABLE T .... PARTITIONED BY CASE % WHEN 0 THEN 'SHARD1' ... WHEN N THEN 'SHARDN' END...
Port of https://github.com/bloomberg/comdb2/pull/3214
This simple patch gets rid of a redundant buffer (syntax_err) to which we log errors encountered while parsing schema. Turns out we also always log those errors to the err...
porting https://github.com/bloomberg/comdb2/pull/2921 to master
Bug Description: During parallel execution, the sqlengines executing in parallel don't respect maxquerytime set by client Steps to reproduce SET maxquerytime 3 select sleep(6) union all select sleep(6) Client returns...