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
bb02e077
Commit
bb02e077
authored
Jun 21, 2006
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change table_id's to # to make tests portable
parent
20c00662
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
mysql-test/extra/rpl_tests/rpl_log.test
mysql-test/extra/rpl_tests/rpl_log.test
+1
-0
mysql-test/r/rpl_ndb_log.result
mysql-test/r/rpl_ndb_log.result
+2
-2
mysql-test/r/rpl_row_log.result
mysql-test/r/rpl_row_log.result
+2
-2
mysql-test/r/rpl_row_log_innodb.result
mysql-test/r/rpl_row_log_innodb.result
+2
-2
No files found.
mysql-test/extra/rpl_tests/rpl_log.test
View file @
bb02e077
...
...
@@ -142,6 +142,7 @@ set insert_id=5;
insert
into
t1
values
(
NULL
,
last_insert_id
()),
(
NULL
,
last_insert_id
());
--
replace_result
$VERSION
VERSION
--
replace_column
2
# 5 #
--
replace_regex
/
\
/
\
*
xid
=.*
\
*
\
//\/* XID *\// /table_id: [0-9]+/table_id: #/
show
binlog
events
;
select
*
from
t1
;
drop
table
t1
;
...
...
mysql-test/r/rpl_ndb_log.result
View file @
bb02e077
...
...
@@ -140,8 +140,8 @@ insert into t1 values (NULL, last_insert_id()), (NULL, last_insert_id());
show binlog events;
Log_name Pos Event_type Server_id End_log_pos Info
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
slave-bin.000001 # Table_map 2 # table_id:
30
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
30
flags: STMT_END_F
slave-bin.000001 # Table_map 2 # table_id:
#
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
#
flags: STMT_END_F
select * from t1;
a b
1 1
...
...
mysql-test/r/rpl_row_log.result
View file @
bb02e077
...
...
@@ -108,8 +108,8 @@ insert into t1 values (NULL, last_insert_id()), (NULL, last_insert_id());
show binlog events;
Log_name Pos Event_type Server_id End_log_pos Info
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
slave-bin.000001 # Table_map 2 # table_id:
21
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
21
flags: STMT_END_F
slave-bin.000001 # Table_map 2 # table_id:
#
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
#
flags: STMT_END_F
select * from t1;
a b
1 1
...
...
mysql-test/r/rpl_row_log_innodb.result
View file @
bb02e077
...
...
@@ -116,8 +116,8 @@ insert into t1 values (NULL, last_insert_id()), (NULL, last_insert_id());
show binlog events;
Log_name Pos Event_type Server_id End_log_pos Info
slave-bin.000001 # Format_desc 2 # Server ver: VERSION, Binlog ver: 4
slave-bin.000001 # Table_map 2 # table_id:
21
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
21
flags: STMT_END_F
slave-bin.000001 # Table_map 2 # table_id:
#
(test.t1)
slave-bin.000001 # Write_rows 2 # table_id:
#
flags: STMT_END_F
select * from t1;
a b
1 1
...
...
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