diff options
author | sasha@mysql.sashanet.com <> | 2001-01-23 08:20:51 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-01-23 08:20:51 -0700 |
commit | b73a4af063dcb2d69167041c91efac1e3c0471e0 (patch) | |
tree | 610931dfae70ffd69399727175981afbc9b08848 /client | |
parent | 8b7391c9e00436a197b9416b93130d6de4e244fd (diff) | |
download | mariadb-git-b73a4af063dcb2d69167041c91efac1e3c0471e0.tar.gz |
fixes for tests
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 992583bb230..b7c0c09579c 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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: |