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
a932160a
Commit
a932160a
authored
Nov 08, 2006
by
mats@romeo.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/b18581-mysql-5.1-new-rpl
parents
3776e962
ddd27b40
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
mysql-test/r/rpl_ndb_dd_advance.result
mysql-test/r/rpl_ndb_dd_advance.result
+8
-8
mysql-test/t/rpl_ndb_dd_advance.test
mysql-test/t/rpl_ndb_dd_advance.test
+8
-8
No files found.
mysql-test/r/rpl_ndb_dd_advance.result
View file @
a932160a
...
@@ -326,12 +326,12 @@ COUNT(*)
...
@@ -326,12 +326,12 @@ COUNT(*)
**** Must make sure slave is clean *****
**** Must make sure slave is clean *****
STOP SLAVE;
STOP SLAVE;
RESET SLAVE;
RESET SLAVE;
DROP PROCEDURE tpcb.load;
DROP PROCEDURE
IF EXISTS
tpcb.load;
DROP PROCEDURE tpcb.trans;
DROP PROCEDURE
IF EXISTS
tpcb.trans;
DROP TABLE tpcb.account;
DROP TABLE
IF EXISTS
tpcb.account;
DROP TABLE tpcb.teller;
DROP TABLE
IF EXISTS
tpcb.teller;
DROP TABLE tpcb.branch;
DROP TABLE
IF EXISTS
tpcb.branch;
DROP TABLE tpcb.history;
DROP TABLE
IF EXISTS
tpcb.history;
DROP DATABASE tpcb;
DROP DATABASE tpcb;
ALTER TABLESPACE ts1
ALTER TABLESPACE ts1
DROP DATAFILE 'datafile.dat'
DROP DATAFILE 'datafile.dat'
...
@@ -392,8 +392,8 @@ COUNT(*)
...
@@ -392,8 +392,8 @@ COUNT(*)
4050
4050
*** DUMP MASTER & SLAVE FOR COMPARE ********
*** DUMP MASTER & SLAVE FOR COMPARE ********
*************** TEST 2 CLEANUP SECTION ********************
*************** TEST 2 CLEANUP SECTION ********************
DROP PROCEDURE tpcb.load;
DROP PROCEDURE
IF EXISTS
tpcb.load;
DROP PROCEDURE tpcb.trans;
DROP PROCEDURE
IF EXISTS
tpcb.trans;
DROP TABLE tpcb.account;
DROP TABLE tpcb.account;
DROP TABLE tpcb.teller;
DROP TABLE tpcb.teller;
DROP TABLE tpcb.branch;
DROP TABLE tpcb.branch;
...
...
mysql-test/t/rpl_ndb_dd_advance.test
View file @
a932160a
...
@@ -385,12 +385,12 @@ while ($j)
...
@@ -385,12 +385,12 @@ while ($j)
--
connection
slave
--
connection
slave
STOP
SLAVE
;
STOP
SLAVE
;
RESET
SLAVE
;
RESET
SLAVE
;
DROP
PROCEDURE
tpcb
.
load
;
DROP
PROCEDURE
IF
EXISTS
tpcb
.
load
;
DROP
PROCEDURE
tpcb
.
trans
;
DROP
PROCEDURE
IF
EXISTS
tpcb
.
trans
;
DROP
TABLE
tpcb
.
account
;
DROP
TABLE
IF
EXISTS
tpcb
.
account
;
DROP
TABLE
tpcb
.
teller
;
DROP
TABLE
IF
EXISTS
tpcb
.
teller
;
DROP
TABLE
tpcb
.
branch
;
DROP
TABLE
IF
EXISTS
tpcb
.
branch
;
DROP
TABLE
tpcb
.
history
;
DROP
TABLE
IF
EXISTS
tpcb
.
history
;
DROP
DATABASE
tpcb
;
DROP
DATABASE
tpcb
;
ALTER
TABLESPACE
ts1
ALTER
TABLESPACE
ts1
...
@@ -534,8 +534,8 @@ SELECT COUNT(*) FROM history;
...
@@ -534,8 +534,8 @@ SELECT COUNT(*) FROM history;
--echo *************** TEST 2 CLEANUP SECTION ********************
--echo *************** TEST 2 CLEANUP SECTION ********************
connection master;
connection master;
DROP PROCEDURE tpcb.load;
DROP PROCEDURE
IF EXISTS
tpcb.load;
DROP PROCEDURE tpcb.trans;
DROP PROCEDURE
IF EXISTS
tpcb.trans;
DROP TABLE tpcb.account;
DROP TABLE tpcb.account;
DROP TABLE tpcb.teller;
DROP TABLE tpcb.teller;
DROP TABLE tpcb.branch;
DROP TABLE tpcb.branch;
...
...
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