1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Enabled test rpl_ndb_insert_ignore

This commit is contained in:
unknown
2006-03-24 13:26:35 +01:00
parent 9b5ce28914
commit 84992f54b7
2 changed files with 4 additions and 5 deletions

View File

@@ -30,16 +30,16 @@ a b
2 2
3 3
4 4
5 5
6 6
7 5
10 6
SELECT * FROM t1 ORDER BY a;
a b
1 1
2 2
3 3
4 4
5 5
6 6
7 5
10 6
drop table t1;
CREATE TABLE t1 (
a int unsigned not null auto_increment primary key,