diff options
author | evgen@moonbone.local <> | 2006-08-29 18:58:50 +0400 |
---|---|---|
committer | evgen@moonbone.local <> | 2006-08-29 18:58:50 +0400 |
commit | 8cf97817173c080ec9399b306a9f5dbae96e5124 (patch) | |
tree | 9d51093e989e3337f3ebf66b989e6da4245afb95 /client | |
parent | 002af6b5ea6e49e059bdc6e877f73e61912f16ea (diff) | |
parent | 7a55f7fac4fbd465321b641a1a0dca088eb099ea (diff) | |
download | mariadb-git-8cf97817173c080ec9399b306a9f5dbae96e5124.tar.gz |
Merge moonbone.local:/work/tmp_merge-5.0-mysql
into moonbone.local:/work/tmp_merge-5.1-opt-mysql
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 06f6ab2f1ce..fdd00ba4af2 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -5527,9 +5527,6 @@ int main(int argc, char **argv) if ( opt_mark_progress ) dump_progress(result_file); dynstr_free(&ds_progress); - - dynstr_free(&ds_res); - if (!got_end_timer) timer_output(); /* No end_timer cmd, end it */ free_used_memory(); |