mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
More test case updates for using RPL with NDB as default engine
This commit is contained in:
@ -16,7 +16,7 @@ insert into t1 values(15),(16),(17);
|
||||
update t1 set m=20 where m=16;
|
||||
delete from t1 where m=17;
|
||||
create table t11 select * from t1;
|
||||
select * from t1;
|
||||
select * from t1 ORDER BY m;
|
||||
m
|
||||
15
|
||||
20
|
||||
|
Reference in New Issue
Block a user