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
4fcc3dd8
Commit
4fcc3dd8
authored
Jun 13, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/svoj/devel/yassl-mysql-5.0
parents
b665bfa5
172c03c8
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
38 deletions
+44
-38
mysql-test/r/rpl_ddl.result
mysql-test/r/rpl_ddl.result
+38
-38
mysql-test/t/rpl_ddl.test
mysql-test/t/rpl_ddl.test
+6
-0
No files found.
mysql-test/r/rpl_ddl.result
View file @
4fcc3dd8
This diff is collapsed.
Click to expand it.
mysql-test/t/rpl_ddl.test
View file @
4fcc3dd8
...
...
@@ -34,6 +34,10 @@
###############################################################
# Some preparations
###############################################################
# The sync_slave_with_master is needed to make the xids deterministic.
sync_slave_with_master
;
connection
master
;
SET
AUTOCOMMIT
=
1
;
#
# 1. DROP all objects, which probably already exist, but must be created here
...
...
@@ -253,6 +257,8 @@ let $my_slave_commit= false;
--
source
include
/
rpl_stmt_seq
.
inc
# With prior read locking
# Note that this test generate an error since the rpl_stmt_seq.inc
# tries to insert into t1.
LOCK
TABLES
mysqltest1
.
t1
READ
;
let
$my_stmt
=
UNLOCK
TABLES
;
let
$my_master_commit
=
false
;
...
...
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