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
a3f41bc4
Commit
a3f41bc4
authored
Jan 05, 2006
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.1-new
into mysql.com:/home/jimw/my/mysql-5.1-clean
parents
86de67aa
d1aacfad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
mysql-test/r/rpl_drop_db.result
mysql-test/r/rpl_drop_db.result
+1
-1
mysql-test/r/rpl_multi_engine.result
mysql-test/r/rpl_multi_engine.result
+1
-0
mysql-test/t/rpl_drop_db.test
mysql-test/t/rpl_drop_db.test
+3
-2
mysql-test/t/rpl_multi_engine.test
mysql-test/t/rpl_multi_engine.test
+2
-0
No files found.
mysql-test/r/rpl_drop_db.result
View file @
a3f41bc4
...
...
@@ -31,5 +31,5 @@ use test;
select * from t1;
n
1234
drop table
t1;
DROP DATABASE mysqltes
t1;
stop slave;
mysql-test/r/rpl_multi_engine.result
View file @
a3f41bc4
...
...
@@ -363,3 +363,4 @@ id hex(b1) vc bc d f total y t
select id,hex(b1),vc,bc,d,f,total,y,t from t1 order by id;
id hex(b1) vc bc d f total y t
DROP TABLE t1;
DROP DATABASE mysqltest1;
mysql-test/t/rpl_drop_db.test
View file @
a3f41bc4
...
...
@@ -46,12 +46,13 @@ show tables;
use
test
;
select
*
from
t1
;
system
rm
var
/
master
-
data
/
mysqltest1
/
f1
.
txt
;
connection
master
;
drop
table
t1
;
DROP
DATABASE
mysqltes
t1
;
sync_slave_with_master
;
#cleanup
connection
slave
;
stop
slave
;
system
rm
-
rf
var
/
master
-
data
/
mysqltest1
;
#
system rm -rf var/master-data/mysqltest1;
mysql-test/t/rpl_multi_engine.test
View file @
a3f41bc4
...
...
@@ -94,6 +94,8 @@ show create table t1;
# cleanup
connection
master
;
DROP
TABLE
t1
;
# Need to drop mysqltest1 as well so other test will pass.
DROP
DATABASE
mysqltest1
;
sync_slave_with_master
;
# End of 5.1 test case
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