Below is the list of changes that have just been committed into a local
5.0 repository of anozdrin. When anozdrin does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-02-27 22:29:58+03:00, anozdrin@quad. +1 -0
Eliminate compilation warning.
tests/mysql_client_test.c@stripped, 2008-02-27 22:29:56+03:00, anozdrin@quad. +5 -0
Eliminate compilation warning.
diff -Nrup a/tests/mysql_client_test.c b/tests/mysql_client_test.c
--- a/tests/mysql_client_test.c 2008-02-27 19:05:41 +03:00
+++ b/tests/mysql_client_test.c 2008-02-27 22:29:56 +03:00
@@ -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
/*
| Thread |
|---|
| • bk commit into 5.0 tree (anozdrin:1.2590) | Alexander Nozdrin | 27 Feb |