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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b2182ed8
Commit
b2182ed8
authored
Jan 31, 2011
by
Alfranio Correia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-fix for BUG#59338.
parent
1ade9bf7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/rpl/r/rpl_insert_ignore.result
mysql-test/suite/rpl/r/rpl_insert_ignore.result
+2
-2
mysql-test/suite/rpl/t/rpl_insert_ignore.test
mysql-test/suite/rpl/t/rpl_insert_ignore.test
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl_insert_ignore.result
View file @
b2182ed8
...
@@ -30,11 +30,11 @@ CREATE TABLE t1 (
...
@@ -30,11 +30,11 @@ CREATE TABLE t1 (
a int unsigned not null auto_increment primary key,
a int unsigned not null auto_increment primary key,
b int unsigned,
b int unsigned,
unique (b)
unique (b)
) ENGINE=
innodb
;
) ENGINE=
myisam
;
CREATE TABLE t2 (
CREATE TABLE t2 (
a int unsigned, # to force INSERT SELECT to have a certain order
a int unsigned, # to force INSERT SELECT to have a certain order
b int unsigned
b int unsigned
) ENGINE=
innodb
;
) ENGINE=
myisam
;
INSERT INTO t1 VALUES (NULL, 1);
INSERT INTO t1 VALUES (NULL, 1);
INSERT INTO t1 VALUES (NULL, 2);
INSERT INTO t1 VALUES (NULL, 2);
INSERT INTO t1 VALUES (NULL, 3);
INSERT INTO t1 VALUES (NULL, 3);
...
...
mysql-test/suite/rpl/t/rpl_insert_ignore.test
View file @
b2182ed8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
--
let
$engine_type
=
innodb
--
let
$engine_type
=
innodb
--
source
extra
/
rpl_tests
/
rpl_insert_ignore
.
test
--
source
extra
/
rpl_tests
/
rpl_insert_ignore
.
test
--
let
$engine_type
=
innodb
--
let
$engine_type
=
myisam
--
source
extra
/
rpl_tests
/
rpl_insert_ignore
.
test
--
source
extra
/
rpl_tests
/
rpl_insert_ignore
.
test
--
source
include
/
rpl_end
.
inc
--
source
include
/
rpl_end
.
inc
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