mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Undefined unused function causing red in PushBuild.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user