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
fbf508d6
Commit
fbf508d6
authored
Nov 03, 2006
by
kroki/tomash@moonlight.intranet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: fix race in rename.test.
parent
6a28c436
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
mysql-test/r/rename.result
mysql-test/r/rename.result
+1
-0
mysql-test/t/rename.test
mysql-test/t/rename.test
+8
-2
No files found.
mysql-test/r/rename.result
View file @
fbf508d6
...
...
@@ -54,3 +54,4 @@ Tables_in_test
t2
t4
drop table t2, t4;
End of 4.1 tests
mysql-test/t/rename.test
View file @
fbf508d6
...
...
@@ -61,9 +61,15 @@ connection con2;
sleep
1
;
show
tables
;
UNLOCK
TABLES
;
sleep
1
;
connection
con1
;
reap
;
connection
con2
;
show
tables
;
drop
table
t2
,
t4
;
# End of 4.1 tests
disconnect
con2
;
disconnect
con1
;
connection
default
;
--
echo
End
of
4.1
tests
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