mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed bug in mtr that caused restart to fail if mysqld died to fast
This commit is contained in:
@@ -33,7 +33,10 @@ while ($mysql_errno)
|
||||
{
|
||||
let $mysql_errno=0;
|
||||
}
|
||||
--sleep 0.1
|
||||
if ($mysql_errno > 0)
|
||||
{
|
||||
--sleep 0.1
|
||||
}
|
||||
}
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
|
Reference in New Issue
Block a user