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
2b17a22a
Commit
2b17a22a
authored
Nov 19, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed problem in rpl_log test
parent
773ed937
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/fix-result
mysql-test/fix-result
+1
-1
mysql-test/r/rpl_log.result
mysql-test/r/rpl_log.result
+3
-3
No files found.
mysql-test/fix-result
View file @
2b17a22a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#It is assumed we are running the script in mysql-test directory
#It is assumed we are running the script in mysql-test directory
VERSION
=
4.0.
0
-alpha-debug-log
VERSION
=
4.0.
1
-alpha-debug-log
TEST_CASE
=
$1
TEST_CASE
=
$1
if
[
-z
"
$TEST_CASE
"
]
;
if
[
-z
"
$TEST_CASE
"
]
;
...
...
mysql-test/r/rpl_log.result
View file @
2b17a22a
...
@@ -16,7 +16,7 @@ load data infile '../../std_data/words.dat' into table t1;
...
@@ -16,7 +16,7 @@ load data infile '../../std_data/words.dat' into table t1;
drop table t1;
drop table t1;
show binlog events;
show binlog events;
Log_name Pos Event_type Server_id Log_seq Info
Log_name Pos Event_type Server_id Log_seq Info
master-bin.001 4 Start 1 1 Server ver:
4.0.1-alpha-debug-log
, Binlog ver: 2
master-bin.001 4 Start 1 1 Server ver:
$VERSION
, Binlog ver: 2
master-bin.001 79 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
master-bin.001 79 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
master-bin.001 172 Intvar 1 3 INSERT_ID=1
master-bin.001 172 Intvar 1 3 INSERT_ID=1
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)
...
@@ -41,7 +41,7 @@ insert into t1 values (1);
...
@@ -41,7 +41,7 @@ insert into t1 values (1);
drop table t1;
drop table t1;
show binlog events;
show binlog events;
Log_name Pos Event_type Server_id Log_seq Info
Log_name Pos Event_type Server_id Log_seq Info
master-bin.001 4 Start 1 1 Server ver:
4.0.1-alpha-debug-log
, Binlog ver: 2
master-bin.001 4 Start 1 1 Server ver:
$VERSION
, Binlog ver: 2
master-bin.001 79 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
master-bin.001 79 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
master-bin.001 172 Intvar 1 3 INSERT_ID=1
master-bin.001 172 Intvar 1 3 INSERT_ID=1
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)
master-bin.001 200 Query 1 4 use test; insert into t1 values (NULL)
...
@@ -68,7 +68,7 @@ slave-bin.001
...
@@ -68,7 +68,7 @@ slave-bin.001
slave-bin.002
slave-bin.002
show binlog events in 'slave-bin.001' from 4;
show binlog events in 'slave-bin.001' from 4;
Log_name Pos Event_type Server_id Log_seq Info
Log_name Pos Event_type Server_id Log_seq Info
slave-bin.001 4 Start 2 1 Server ver:
4.0.1-alpha-debug-log
, Binlog ver: 2
slave-bin.001 4 Start 2 1 Server ver:
$VERSION
, Binlog ver: 2
slave-bin.001 79 Slave 2 3 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.001,pos=4
slave-bin.001 79 Slave 2 3 host=127.0.0.1,port=$MASTER_MYPORT,log=master-bin.001,pos=4
slave-bin.001 132 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
slave-bin.001 132 Query 1 2 use test; create table t1(n int not null auto_increment primary key)
slave-bin.001 225 Intvar 1 3 INSERT_ID=1
slave-bin.001 225 Intvar 1 3 INSERT_ID=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