1
0
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:
jmiller@mysql.com
2006-02-07 00:18:10 +01:00
parent 726076b8cb
commit 23b68e3a5a
22 changed files with 400 additions and 64 deletions

View File

@ -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