1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- mysql-5.0.30/tests/mysql_client_test.c 2006-11-23 21:13:06.000000000 +0100
+++ mysql/tests/mysql_client_test.c 2006-12-28 18:57:40.000000000 +0100
@@ -13798,7 +13798,7 @@
}
/* Test correct max length for MEDIUMTEXT and LONGTEXT columns */
-
+/* TODO: re-enable me */
static void test_bug9735()
{
MYSQL_RES *res;
@@ -15554,7 +15554,6 @@
{ "test_bug11172", test_bug11172 },
{ "test_bug11656", test_bug11656 },
{ "test_bug10214", test_bug10214 },
- { "test_bug9735", test_bug9735 },
{ "test_bug11183", test_bug11183 },
{ "test_bug11037", test_bug11037 },
{ "test_bug10760", test_bug10760 },
|