diff options
author | unknown <anozdrin/alik@quad.> | 2008-02-27 22:29:58 +0300 |
---|---|---|
committer | unknown <anozdrin/alik@quad.> | 2008-02-27 22:29:58 +0300 |
commit | b43f8f695c152849f47b1a33e54ba0009144bc10 (patch) | |
tree | 43f9cc84fdc23db9ef2c856ed8d4af259fe38bc2 /tests | |
parent | e78d896c3feb16cec7bdecc6ea3733730a3826c1 (diff) | |
download | mariadb-git-b43f8f695c152849f47b1a33e54ba0009144bc10.tar.gz |
Eliminate compilation warning.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 429f6688759..260e7b1e7a7 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -15215,6 +15215,10 @@ static void test_bug14169() Test that mysql_insert_id() behaves as documented in our manual */ +#if 0 + + Commented out because of Bug#34889. + static void test_mysql_insert_id() { my_ulonglong res; @@ -15390,6 +15394,7 @@ static void test_mysql_insert_id() rc= mysql_query(mysql, "drop table t1,t2"); myquery(rc); } +#endif /* |