Commit 7fc2ddbf authored by thek@adventure.(none)'s avatar thek@adventure.(none)

Undefined unused function causing red in PushBuild.

parent 078a7082
...@@ -16079,6 +16079,7 @@ static void test_bug24179() ...@@ -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() ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment