diff options
author | unknown <thek@adventure.(none)> | 2007-05-29 15:05:35 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2007-05-29 15:05:35 +0200 |
commit | d4b3c91e63d09f78915691d37ea180af3969b508 (patch) | |
tree | 930a02e0341d57f22dc3c81eaf39eb3265b12b9d /tests | |
parent | 33409eb87b8edae7ccb13bf0bf559573e891185c (diff) | |
download | mariadb-git-d4b3c91e63d09f78915691d37ea180af3969b508.tar.gz |
Undefined unused function causing red in PushBuild.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index e614d44d83d..66eff66398f 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16079,6 +16079,7 @@ static void test_bug24179() Bug#28075 "COM_DEBUG crashes mysqld" Note: Test disabled because of failure in PushBuild. */ +#ifdef fix_bug_in_pb_first static void test_bug28075() { int rc; @@ -16094,6 +16095,7 @@ static void test_bug28075() DBUG_VOID_RETURN; } +#endif /* Read and parse arguments and MySQL options from my.cnf |