Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
cddd1294
Commit
cddd1294
authored
Jan 23, 2006
by
jmiller@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpl_foreign_key.test:
Added comments on 1022 per Lars request
parent
0890238a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mysql-test/extra/rpl_tests/rpl_foreign_key.test
mysql-test/extra/rpl_tests/rpl_foreign_key.test
+2
-0
No files found.
mysql-test/extra/rpl_tests/rpl_foreign_key.test
View file @
cddd1294
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment