summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <kaa@kaamos.(none)>2008-03-12 12:13:41 +0300
committerunknown <kaa@kaamos.(none)>2008-03-12 12:13:41 +0300
commit615db68d85ae1cac0723f76206359391a21f1a64 (patch)
treed21b10849786ecebdd30dccca1bfdc016ada9026 /tests
parent66507ba8c2d28244fda8d81427cee15f59b832af (diff)
downloadmariadb-git-615db68d85ae1cac0723f76206359391a21f1a64.tar.gz
Re-enabled the test for mysql_insert_id() after merging from main.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index c30f329a967..d8015a4d2e0 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -15214,11 +15214,6 @@ 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;
@@ -15410,7 +15405,6 @@ static void test_mysql_insert_id()
rc= mysql_query(mysql, "drop table t1,t2");
myquery(rc);
}
-#endif
/*
@@ -16548,7 +16542,7 @@ static struct my_tests_st my_tests[]= {
{ "test_bug17667", test_bug17667 },
{ "test_bug19671", test_bug19671 },
{ "test_bug15752", test_bug15752 },
- /* { "test_mysql_insert_id", test_mysql_insert_id }, Bug#34889 */
+ { "test_mysql_insert_id", test_mysql_insert_id },
{ "test_bug21206", test_bug21206 },
{ "test_bug21726", test_bug21726 },
{ "test_bug15518", test_bug15518 },