mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
rpl_foreign_key.test:
Added comments on 1022 per Lars request
This commit is contained in:
parent
0890238a0f
commit
cddd1294b8
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ connection master;
|
|||
SET TIMESTAMP=1000000000;
|
||||
CREATE TABLE t3 ( a INT UNIQUE );
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
# Had to add 1022 for run with ndb as ndb uses different
|
||||
# error and error code for 1062. Bug 16677
|
||||
--error 1022, 1062
|
||||
INSERT INTO t3 VALUES (1),(1);
|
||||
sync_slave_with_master;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue