Undefined unused function causing red in PushBuild.

This commit is contained in:
unknown 2007-05-29 15:05:35 +02:00
parent 33409eb87b
commit d4b3c91e63

View File

@ -16079,6 +16079,7 @@ static void test_bug24179()
Bug#28075 "COM_DEBUG crashes mysqld" Bug#28075 "COM_DEBUG crashes mysqld"
Note: Test disabled because of failure in PushBuild. Note: Test disabled because of failure in PushBuild.
*/ */
#ifdef fix_bug_in_pb_first
static void test_bug28075() static void test_bug28075()
{ {
int rc; int rc;
@ -16094,6 +16095,7 @@ static void test_bug28075()
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
#endif
/* /*
Read and parse arguments and MySQL options from my.cnf Read and parse arguments and MySQL options from my.cnf