mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
post merge fixes (from merging test fixes from bug 19914)
This commit is contained in:
@ -35,6 +35,10 @@ a
|
||||
select * from t1;
|
||||
a
|
||||
2
|
||||
flush status;
|
||||
select * from t1;
|
||||
a
|
||||
2
|
||||
update t1 set a=3 where a=2;
|
||||
show status like 'handler_discover%';
|
||||
Variable_name Value
|
||||
|
Reference in New Issue
Block a user