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
67579fd2
Commit
67579fd2
authored
Mar 13, 2009
by
Michael Widenius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing fix from last commit
parent
4fe34250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/merge-big.result
mysql-test/r/merge-big.result
+2
-2
No files found.
mysql-test/r/merge-big.result
View file @
67579fd2
...
...
@@ -7,7 +7,7 @@ drop table if exists t1,t2,t3,t4,t5,t6;
CREATE TABLE t1 (c1 INT) ENGINE= MyISAM;
LOCK TABLE t1 WRITE;
# connection con1
SET
SESSION
debug="+d,sleep_open_and_lock_after_open";
SET
GLOBAL
debug="+d,sleep_open_and_lock_after_open";
INSERT INTO t1 VALUES (1);
# connection default
# Let INSERT go into thr_multi_lock().
...
...
@@ -21,6 +21,6 @@ SELECT * FROM t1;
c1
UNLOCK TABLES;
# connection con1
SET
SESSION
debug="-d,sleep_open_and_lock_after_open";
SET
GLOBAL
debug="-d,sleep_open_and_lock_after_open";
# connection default
DROP TABLE t1;
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