one more fix for Intvar 22 offset mystery bug

sql/slave.cc:
  mi->pending needed a reset in one more place
This commit is contained in:
unknown 2000-11-17 23:55:22 -07:00
parent 55f76d4fd2
commit 0cb89fb702

View File

@ -348,7 +348,7 @@ int init_master_info(MASTER_INFO* mi)
// keep other threads from reading bogus info
pthread_mutex_lock(&mi->lock);
mi->pending = 0;
if(!my_stat(fname, &stat_area, MYF(0))) // we do not want any messages
// if the file does not exist