diff options
author | konstantin@mysql.com <> | 2006-02-02 16:57:34 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-02 16:57:34 +0300 |
commit | 92b41ba92a022e86127481f2f4a90849feb93114 (patch) | |
tree | 8b45ee033b876bd5d51ce4afe7627ae87815b79c /sql/sql_test.cc | |
parent | 065f8066d5de10cf998b02d0e02216f61d87e9db (diff) | |
parent | 87f685edef5bd97ab8099d0ae6dcf2fa3ddd871b (diff) | |
download | mariadb-git-92b41ba92a022e86127481f2f4a90849feb93114.tar.gz |
Merge mysql.com:/home/kostja/mysql/tmp_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
Diffstat (limited to 'sql/sql_test.cc')
-rw-r--r-- | sql/sql_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_test.cc b/sql/sql_test.cc index c4448ff8abe..bf86630d28c 100644 --- a/sql/sql_test.cc +++ b/sql/sql_test.cc @@ -450,7 +450,7 @@ void mysql_print_status() calc_sum_of_all_status(&tmp); printf("\nStatus information:\n\n"); - my_getwd(current_dir, sizeof(current_dir),MYF(0)); + VOID(my_getwd(current_dir, sizeof(current_dir),MYF(0))); printf("Current dir: %s\n", current_dir); printf("Running threads: %d Stack size: %ld\n", thread_count, (long) thread_stack); |