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
7f2a12bb
Commit
7f2a12bb
authored
Apr 05, 2005
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken mix_innodb_myisam_binlog.test
parent
71811298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
mysql-test/t/mix_innodb_myisam_binlog.test
mysql-test/t/mix_innodb_myisam_binlog.test
+9
-9
No files found.
mysql-test/t/mix_innodb_myisam_binlog.test
View file @
7f2a12bb
...
...
@@ -29,7 +29,7 @@ insert into t2 select * from t1;
commit
;
--
replace_column
5
#
--
replace_result
"xid=1
2"
"xid=7
"
--
replace_result
"xid=1
5"
"xid=8
"
show
binlog
events
from
98
;
delete
from
t1
;
...
...
@@ -58,7 +58,7 @@ rollback to savepoint my_savepoint;
commit
;
--
replace_column
5
#
--
replace_result
"xid=4
5"
"xid=24
"
--
replace_result
"xid=4
8"
"xid=25
"
show
binlog
events
from
98
;
delete
from
t1
;
...
...
@@ -76,7 +76,7 @@ commit;
select
a
from
t1
order
by
a
;
# check that savepoints work :)
--
replace_column
5
#
--
replace_result
"xid=
67"
"xid=36
"
--
replace_result
"xid=
70"
"xid=37
"
show
binlog
events
from
98
;
# and when ROLLBACK is not explicit?
...
...
@@ -109,7 +109,7 @@ insert into t1 values(9);
insert
into
t2
select
*
from
t1
;
--
replace_column
5
#
--
replace_result
"xid=11
6"
"xid=59
"
--
replace_result
"xid=11
9"
"xid=60
"
show
binlog
events
from
98
;
# Check that when the query updat1ng the MyISAM table is the first in the
...
...
@@ -122,13 +122,13 @@ insert into t1 values(10); # first make t1 non-empty
begin
;
insert
into
t2
select
*
from
t1
;
--
replace_column
5
#
--
replace_result
"xid=13
0"
"xid=65
"
--
replace_result
"xid=13
3"
"xid=66
"
show
binlog
events
from
98
;
insert
into
t1
values
(
11
);
commit
;
--
replace_column
5
#
--
replace_result
"xid=13
0"
"xid=65"
"xid=133"
"xid=67
"
--
replace_result
"xid=13
3"
"xid=66"
"xid=136"
"xid=68
"
show
binlog
events
from
98
;
...
...
@@ -147,7 +147,7 @@ insert into t2 select * from t1;
commit
;
--
replace_column
5
#
--
replace_result
"xid=15
2"
"xid=77
"
--
replace_result
"xid=15
5"
"xid=78
"
show
binlog
events
from
98
;
delete
from
t1
;
...
...
@@ -175,7 +175,7 @@ rollback to savepoint my_savepoint;
commit
;
--
replace_column
5
#
--
replace_result
"xid=18
4"
"xid=93
"
--
replace_result
"xid=18
7"
"xid=94
"
show
binlog
events
from
98
;
delete
from
t1
;
...
...
@@ -193,7 +193,7 @@ commit;
select
a
from
t1
order
by
a
;
# check that savepoints work :)
--
replace_column
5
#
--
replace_result
"xid=20
5"
"xid=104
"
--
replace_result
"xid=20
8"
"xid=105
"
show
binlog
events
from
98
;
# Test for BUG#5714, where a MyISAM update in the transaction used to
...
...
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