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:
@ -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:
|
||||
|
Reference in New Issue
Block a user