mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixes for OSF1
Made test more reliable on slow machines
This commit is contained in:
@ -408,6 +408,7 @@ sweepstakes if you report the bug";
|
||||
// slave
|
||||
break;
|
||||
case LOG_READ_EOF:
|
||||
DBUG_PRINT("wait",("waiting for data on binary log"));
|
||||
pthread_cond_wait(&COND_binlog_update, log_lock);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user