1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Eliminate compilation warning.

This commit is contained in:
unknown
2008-02-27 22:29:58 +03:00
parent e78d896c3f
commit b43f8f695c

View File

@ -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
/*