1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge work:/home/bk/mysql-4.0

into mysql.sashanet.com:/reiser-data/mysql-4.0


sql/slave.cc:
  Auto merged
This commit is contained in:
unknown
2002-01-29 15:16:40 -07:00
3 changed files with 22 additions and 4 deletions

View File

@ -2010,7 +2010,7 @@ static int queue_old_event(MASTER_INFO *mi, const char *buf,
mi->master_log_pos += event_len;
if (unlikely(processed_stop_event))
mi->ignore_stop_event=1;
pthread_mutex_lock(&mi->data_lock);
pthread_mutex_unlock(&mi->data_lock);
return 0;
}