summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2009-11-30 05:05:12 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2009-11-30 05:05:12 -0100
commit8aabca8787375c5bcd5496a23aa1db329ed01142 (patch)
treed9b77c561421b4b1c35746c12515a7d27d92ee1f /07040_all_disable_mybug_9735_test-5.1.41.patch
parentAdded 07040 patch for mysql-5.1.41 and added a TODO note for 01010. (diff)
downloadmysql-extras-8aabca8787375c5bcd5496a23aa1db329ed01142.tar.gz
mysql-extras-8aabca8787375c5bcd5496a23aa1db329ed01142.tar.bz2
mysql-extras-8aabca8787375c5bcd5496a23aa1db329ed01142.zip
Updated 07040 patch for 5.1.41.
Diffstat (limited to '07040_all_disable_mybug_9735_test-5.1.41.patch')
-rw-r--r--07040_all_disable_mybug_9735_test-5.1.41.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/07040_all_disable_mybug_9735_test-5.1.41.patch b/07040_all_disable_mybug_9735_test-5.1.41.patch
new file mode 100644
index 0000000..df5bdcf
--- /dev/null
+++ b/07040_all_disable_mybug_9735_test-5.1.41.patch
@@ -0,0 +1,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 },