Loading mysql-test/r/ndb_condition_pushdown.result +6 −2 Original line number Diff line number Diff line Loading @@ -641,13 +641,17 @@ auto 4 select auto from t1 where string like "b%" and vstring like "b%" vstring like "b%" and bin like concat(0xBB, '%') and vbin like concat(0xBB, '%') order by auto; auto 2 select auto from t1 where string not like "b%" and vstring not like "b%" vstring not like "b%" and bin not like concat(0xBB, '%') and vbin not like concat(0xBB, '%') order by auto; auto 1 Loading mysql-test/t/ndb_condition_pushdown.test +6 −2 Original line number Diff line number Diff line Loading @@ -590,12 +590,16 @@ order by auto; # Test LIKE/NOT LIKE select auto from t1 where string like "b%" and vstring like "b%" vstring like "b%" and bin like concat(0xBB, '%') and vbin like concat(0xBB, '%') order by auto; select auto from t1 where string not like "b%" and vstring not like "b%" vstring not like "b%" and bin not like concat(0xBB, '%') and vbin not like concat(0xBB, '%') order by auto; # Various tests Loading Loading
mysql-test/r/ndb_condition_pushdown.result +6 −2 Original line number Diff line number Diff line Loading @@ -641,13 +641,17 @@ auto 4 select auto from t1 where string like "b%" and vstring like "b%" vstring like "b%" and bin like concat(0xBB, '%') and vbin like concat(0xBB, '%') order by auto; auto 2 select auto from t1 where string not like "b%" and vstring not like "b%" vstring not like "b%" and bin not like concat(0xBB, '%') and vbin not like concat(0xBB, '%') order by auto; auto 1 Loading
mysql-test/t/ndb_condition_pushdown.test +6 −2 Original line number Diff line number Diff line Loading @@ -590,12 +590,16 @@ order by auto; # Test LIKE/NOT LIKE select auto from t1 where string like "b%" and vstring like "b%" vstring like "b%" and bin like concat(0xBB, '%') and vbin like concat(0xBB, '%') order by auto; select auto from t1 where string not like "b%" and vstring not like "b%" vstring not like "b%" and bin not like concat(0xBB, '%') and vbin not like concat(0xBB, '%') order by auto; # Various tests Loading