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

fixes for tests

client/mysqltest.c:
  fixed bug in reap command
mysql-test/r/backup.result:
  update to backup test
mysql-test/t/backup.test:
  test to see if lock tables /unlock tables will cause a problem
mysql-test/t/rpl000016.test:
  fixed syncronization problem between master and slave
This commit is contained in:
unknown
2001-01-23 08:20:51 -07:00
parent e4667fc518
commit 0d6cc62801
4 changed files with 26 additions and 4 deletions

View File

@ -1458,7 +1458,7 @@ int main(int argc, char** argv)
q->require_file=require_file;
save_file[0]=0;
}
error |= run_query(&cur_con->mysql, q, QUERY_SEND|QUERY_REAP);
error |= run_query(&cur_con->mysql, q, flags);
break;
}
case Q_SEND: