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
5c29de39
Commit
5c29de39
authored
Dec 03, 2004
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix t/rpl_create_database.test: replace version in SHOW BINLOG RESULTS
parent
48fc4cbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
mysql-test/r/rpl_create_database.result
mysql-test/r/rpl_create_database.result
+1
-1
mysql-test/t/rpl_create_database.test
mysql-test/t/rpl_create_database.test
+2
-0
No files found.
mysql-test/r/rpl_create_database.result
View file @
5c29de39
...
...
@@ -42,7 +42,7 @@ USE mysqltest_sisyfos;
CREATE TABLE t2 (a INT);
SHOW BINLOG EVENTS;
Log_name Pos Event_type Server_id Orig_log_pos Info
master-bin.000001 4 Start 1 4 Server ver:
4.1.8-debug-log
, Binlog ver: 3
master-bin.000001 4 Start 1 4 Server ver:
VERSION
, Binlog ver: 3
master-bin.000001 79 Query 1 79 DROP DATABASE IF EXISTS mysqltest_prometheus
master-bin.000001 174 Query 1 174 DROP DATABASE IF EXISTS mysqltest_sisyfos
master-bin.000001 263 Query 1 263 CREATE DATABASE mysqltest_prometheus
...
...
mysql-test/t/rpl_create_database.test
View file @
5c29de39
...
...
@@ -54,6 +54,8 @@ INSERT INTO t1 VALUES (1);
CREATE
DATABASE
mysqltest_sisyfos
;
USE
mysqltest_sisyfos
;
CREATE
TABLE
t2
(
a
INT
);
let
$VERSION
=
`select version()`
;
--
replace_result
$VERSION
VERSION
SHOW
BINLOG
EVENTS
;
SHOW
DATABASES
;
sync_slave_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