3891 Bjorn Munch 2012-07-09 [merge]
Fixed compile error in mysql_client_test using gcc
modified:
tests/mysql_client_fw.c
3890 Bjorn Munch 2012-07-09 [merge]
Refactor mysql_client_test.c into a framework part and a test part
added:
tests/mysql_client_fw.c
modified:
tests/mysql_client_test.c
=== modified file 'tests/mysql_client_fw.c'
--- a/tests/mysql_client_fw.c 2012-07-09 13:14:05 +0000
+++ b/tests/mysql_client_fw.c 2012-07-09 14:39:29 +0000
@@ -1231,7 +1231,7 @@ and you are welcome to modify and redist
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;
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (bjorn.munch:3890 to 3891) | Bjorn Munch | 9 Jul |