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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a17fa233
Commit
a17fa233
authored
Aug 08, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-5.0-11570
into mysql.com:/home/jimw/my/mysql-5.0-clean
parents
253d528b
60569555
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/t/sp-threads.test
mysql-test/t/sp-threads.test
+1
-1
mysql-test/t/sp.test
mysql-test/t/sp.test
+2
-2
No files found.
mysql-test/t/sp-threads.test
View file @
a17fa233
...
...
@@ -75,7 +75,7 @@ send call bug9486();
connection
con2root
;
--
sleep
2
# There should be call statement in locked state.
--
replace_column
1
# 6 #
--
replace_column
1
#
3 localhost
6 #
show
processlist
;
unlock
tables
;
connection
con1root
;
...
...
mysql-test/t/sp.test
View file @
a17fa233
...
...
@@ -2542,9 +2542,9 @@ create procedure bug4902_2()
begin
show
processlist
;
end
|
--
replace_column
1
# 6 #
--
replace_column
1
# 6 #
3 localhost
call
bug4902_2
()
|
--
replace_column
1
# 6 #
--
replace_column
1
# 6 #
3 localhost
call
bug4902_2
()
|
drop
procedure
bug4902_2
|
...
...
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