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
e9a8a765
Commit
e9a8a765
authored
Feb 14, 2006
by
lars@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed version information from test
parent
dd92e9a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/binlog_stm_binlog.result
mysql-test/r/binlog_stm_binlog.result
+1
-1
mysql-test/t/binlog_stm_binlog.test
mysql-test/t/binlog_stm_binlog.test
+1
-1
No files found.
mysql-test/r/binlog_stm_binlog.result
View file @
e9a8a765
...
...
@@ -4,7 +4,7 @@ insert into t1 values (1,2);
commit;
show binlog events;
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 4 Format_desc 1 102 Server ver:
5.1.7-beta-debug-log, Binlog ver: 4
master-bin.000001 4 Format_desc 1 102 Server ver:
#, Binlog ver: #
master-bin.000001 102 Query 1 209 use `test`; create table t1 (a int, b int) engine=innodb
master-bin.000001 209 Query 1 277 use `test`; BEGIN
master-bin.000001 277 Query 1 90 use `test`; insert into t1 values (1,2)
...
...
mysql-test/t/binlog_stm_binlog.test
View file @
e9a8a765
...
...
@@ -5,7 +5,7 @@ create table t1 (a int, b int) engine=innodb;
begin
;
insert
into
t1
values
(
1
,
2
);
commit
;
--
replace_regex
/
\
/
\
*
xid
=.*
\
*
\
//\/* XID *\//
--
replace_regex
/
\
/
\
*
xid
=.*
\
*
\
//\/* XID *\//
/Server ver: .*, Binlog ver: .*/Server ver: #, Binlog ver: #/
show
binlog
events
;
drop
table
t1
;
...
...
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