From: Bjorn Munch Date: July 9 2012 2:45pm Subject: bzr push into mysql-5.1 branch (bjorn.munch:3766 to 3767) List-Archive: http://lists.mysql.com/commits/144400 Message-Id: <20120709144525.20564.28016.3767@khepri15.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3767 Bjorn Munch 2012-07-09 Fixed compile error in mysql_client_test using gcc modified: tests/mysql_client_fw.c 3766 Bjorn Munch 2012-07-09 Refactor mysql_client_test.c into a framework part and a test part added: tests/mysql_client_fw.c modified: tests/Makefile.am tests/mysql_client_test.c === modified file 'tests/mysql_client_fw.c' --- a/tests/mysql_client_fw.c 2012-07-09 13:10:07 +0000 +++ b/tests/mysql_client_fw.c 2012-07-09 14:36:50 +0000 @@ -1190,7 +1190,7 @@ and you are welcome to modify and redist } -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).