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
cb59a7f5
Commit
cb59a7f5
authored
Jul 19, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bad merge and fixed some wrong test cases
parent
01cda092
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/t/rpl_magic.test
mysql-test/t/rpl_magic.test
+1
-0
mysql-test/t/rpl_mystery22.test
mysql-test/t/rpl_mystery22.test
+1
-0
mysql-test/t/rpl_sporadic_master.test
mysql-test/t/rpl_sporadic_master.test
+1
-3
No files found.
mysql-test/t/rpl_magic.test
View file @
cb59a7f5
...
...
@@ -28,3 +28,4 @@ disable_rpl_parse;
select
*
from
t1
;
connection
slave
;
select
*
from
t1
;
drop
table
t1
;
mysql-test/t/rpl_mystery22.test
View file @
cb59a7f5
# test case to make slave thread get ahead by 22 bytes
drop
table
if
exists
t1
;
source
include
/
master
-
slave
.
inc
;
connection
master
;
# first, cause a duplicate key problem on the slave
...
...
mysql-test/t/rpl_sporadic_master.test
View file @
cb59a7f5
...
...
@@ -19,9 +19,7 @@ connection master;
insert
into
t1
values
(
NULL
),(
NULL
);
flush
logs
;
truncate
table
t1
;
insert
into
t1
values
(
10
),(
NULL
);
insert
into
t1
values
(
NULL
),(
NULL
)
insert
into
t1
values
(
NULL
),(
NULL
);
insert
into
t1
values
(
10
),(
NULL
),(
NULL
),(
NULL
),(
NULL
),(
NULL
);
save_master_pos
;
connection
slave
;
sync_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