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
9198608e
Commit
9198608e
authored
Apr 20, 2008
by
skozlov/ksm@mysql.com/virtop.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for main.events_restart
parent
31569606
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/include/wait_until_connected_again.inc
mysql-test/include/wait_until_connected_again.inc
+1
-1
mysql-test/include/wait_until_disconnected.inc
mysql-test/include/wait_until_disconnected.inc
+1
-1
No files found.
mysql-test/include/wait_until_connected_again.inc
View file @
9198608e
...
...
@@ -6,7 +6,7 @@
let
$counter
=
500
;
while
(
$mysql_errno
)
{
--
error
0
,
2002
,
2006
--
error
0
,
1053
,
2002
,
2006
show
status
;
dec
$counter
;
...
...
mysql-test/include/wait_until_disconnected.inc
View file @
9198608e
...
...
@@ -7,7 +7,7 @@ let $counter= 500;
let
$mysql_errno
=
9999
;
while
(
!
$mysql_errno
)
{
--
error
0
,
2002
,
2006
--
error
0
,
1053
,
2002
,
2006
show
status
;
dec
$counter
;
...
...
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