mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.11' into 11.0
This commit is contained in:
@@ -878,6 +878,7 @@ set @@optimizer_where_cost=@save_optimizer_where_cost;
|
||||
|
||||
DROP TABLE t1,t2;
|
||||
|
||||
--disable_ps2_protocol
|
||||
--echo # check "Handler_pushed" status varuiables
|
||||
CREATE TABLE t1 (
|
||||
c1 CHAR(1),
|
||||
@@ -899,6 +900,7 @@ SELECT * FROM t1 WHERE (c2='3' or c2='4') and c2 % 2 = 0 ;
|
||||
show status like "Handler_icp%";
|
||||
|
||||
DROP TABLE t1;
|
||||
--enable_ps2_protocol
|
||||
|
||||
#
|
||||
# MDEV-308 lp:1008516 - Failing assertion: templ->mysql_col_len == len
|
||||
|
Reference in New Issue
Block a user