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
60569555
Commit
60569555
authored
Jul 21, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace host column when testing 'SHOW PROCESSLIST' since it is
different on Windows. (Bug #11570)
parent
49a1156c
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 @
60569555
...
...
@@ -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 @
60569555
...
...
@@ -2582,9 +2582,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