mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Fixed compile error in mysql_client_test using gcc
This commit is contained in:
commit
b4ac10fad9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue