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
87468d06
Commit
87468d06
authored
Mar 07, 2007
by
tsmith@quadxeon.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge fix of mysqlbinlog.{test,result}
parent
79191807
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/r/mysqlbinlog.result
mysql-test/r/mysqlbinlog.result
+2
-1
mysql-test/t/mysqlbinlog.test
mysql-test/t/mysqlbinlog.test
+1
-1
No files found.
mysql-test/r/mysqlbinlog.result
View file @
87468d06
...
@@ -313,5 +313,6 @@ DELIMITER ;
...
@@ -313,5 +313,6 @@ DELIMITER ;
# End of log file
# End of log file
ROLLBACK /* added by mysqlbinlog */;
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
flush logs;
End of 5.0 tests
End of 5.0 tests
flush logs;
End of 5.1 tests
mysql-test/t/mysqlbinlog.test
View file @
87468d06
...
@@ -214,7 +214,7 @@ flush logs;
...
@@ -214,7 +214,7 @@ flush logs;
#
#
flush
logs
;
flush
logs
;
--
error
1
--
error
1
--
exec
$MYSQL_BINLOG
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
00001
4
>/
dev
/
null
2
>/
dev
/
null
--
exec
$MYSQL_BINLOG
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
00001
2
>/
dev
/
null
2
>/
dev
/
null
--
exec
$MYSQL_BINLOG
--
force
-
if
-
open
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
000012
>/
dev
/
null
2
>/
dev
/
null
--
exec
$MYSQL_BINLOG
--
force
-
if
-
open
$MYSQLTEST_VARDIR
/
log
/
master
-
bin
.
000012
>/
dev
/
null
2
>/
dev
/
null
--
echo
End
of
5.1
tests
--
echo
End
of
5.1
tests
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