mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fixed compile error in mysql_client_test using gcc
This commit is contained in:
parent
a1425b1032
commit
aacb690bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1190,7 +1190,7 @@ and you are welcome to modify and redistribute it under the GPL license\n");
|
|||
}
|
||||
|
||||
|
||||
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
Add a link
Reference in a new issue