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
eea7adc7
Commit
eea7adc7
authored
Jan 09, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
into mysql.com:/users/lthalmann/bk/mysql-5.1-new-max
parents
6dd6f607
3f6d319b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
mysql-test/t/rpl_multi_engine.test
mysql-test/t/rpl_multi_engine.test
+3
-0
No files found.
mysql-test/t/rpl_multi_engine.test
View file @
eea7adc7
...
@@ -24,6 +24,7 @@ use mysqltest1;
...
@@ -24,6 +24,7 @@ use mysqltest1;
connection
master
;
connection
master
;
alter
table
t1
engine
=
myisam
;
alter
table
t1
engine
=
myisam
;
show
create
table
t1
;
show
create
table
t1
;
sync_slave_with_master
;
connection
slave
;
connection
slave
;
alter
table
t1
engine
=
myisam
;
alter
table
t1
engine
=
myisam
;
...
@@ -48,6 +49,7 @@ show create table t1;
...
@@ -48,6 +49,7 @@ show create table t1;
connection
master
;
connection
master
;
alter
table
t1
engine
=
memory
;
alter
table
t1
engine
=
memory
;
show
create
table
t1
;
show
create
table
t1
;
sync_slave_with_master
;
connection
slave
;
connection
slave
;
alter
table
t1
engine
=
myisam
;
alter
table
t1
engine
=
myisam
;
...
@@ -72,6 +74,7 @@ show create table t1;
...
@@ -72,6 +74,7 @@ show create table t1;
connection
master
;
connection
master
;
alter
table
t1
engine
=
innodb
;
alter
table
t1
engine
=
innodb
;
show
create
table
t1
;
show
create
table
t1
;
sync_slave_with_master
;
connection
slave
;
connection
slave
;
alter
table
t1
engine
=
myisam
;
alter
table
t1
engine
=
myisam
;
...
...
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