diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-09 16:39:29 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-09 16:39:29 +0200 |
commit | b4ac10fad90145185ec8a4a6ab54dacad4a2d182 (patch) | |
tree | fd3fcdbb3346d9e7052f78ff1239973e6887405e /tests | |
parent | 62b4f9ae862a1b0faba0e89b8159ce05210b89cb (diff) | |
parent | aacb690bd52942d2152e661f451fb3b4dd8e0ccf (diff) | |
download | mariadb-git-b4ac10fad90145185ec8a4a6ab54dacad4a2d182.tar.gz |
Fixed compile error in mysql_client_test using gcc
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_fw.c b/tests/mysql_client_fw.c index a6fcbe86aea..5a305dbcb19 100644 --- a/tests/mysql_client_fw.c +++ b/tests/mysql_client_fw.c @@ -1231,7 +1231,7 @@ and you are welcome to modify and redistribute it under the GPL license\n"); my_print_variables(client_test_long_options); } -struct my_tests_st *get_my_tests(); /* Will be defined in main .c file */ +static struct my_tests_st *get_my_tests(); /* To be defined in main .c file */ static struct my_tests_st *my_testlist= 0; |