diff options
author | unknown <msvensson@neptunus.(none)> | 2005-09-22 21:52:04 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-09-22 21:52:04 +0200 |
commit | 2fec728eb73cbd9177564faf4dc7ef64c9288a54 (patch) | |
tree | 8ee17f37715a0e7fdd6fa4f926aa6397fe1ebdbc /client | |
parent | d2fc3bd4245f8c212046e88151da4a66d1b048b3 (diff) | |
download | mariadb-git-2fec728eb73cbd9177564faf4dc7ef64c9288a54.tar.gz |
Bug #13384 mysqltest, no protocol when script contains only lines with eval
client/mysqltest.c:
Set query_executed also for eval, that results in a query being executed and output is
likely. Commited once again in 5.0
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 287fa012b7d..fdc1dec6dc1 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4125,6 +4125,7 @@ int main(int argc, char **argv) error|= run_query(&cur_con->mysql, q, QUERY_REAP|QUERY_SEND); display_result_vertically= old_display_result_vertically; q->last_argument= q->end; + query_executed= 1; break; } case Q_QUERY: |