#At file:///home/kgeorge/mysql/bzr/test-6.0-bugteam/
2786 Georgi Kodinov 2008-08-20 [merge]
merged 5.1-bugteam to 6.0-bugteam
modified:
tests/mysql_client_test.c
=== modified file 'tests/mysql_client_test.c'
--- a/tests/mysql_client_test.c 2008-08-15 21:14:52 +0000
+++ b/tests/mysql_client_test.c 2008-08-20 10:19:17 +0000
@@ -7874,7 +7874,7 @@ static void test_explain_bug()
else
{
verify_prepare_field(result, 6, "key_len", "", MYSQL_TYPE_VAR_STRING, "",
- "", "", 320, 0);
+ "", "", NAME_CHAR_LEN*MAX_KEY, 0);
}
verify_prepare_field(result, 7, "ref", "", MYSQL_TYPE_VAR_STRING,
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (kgeorge:2786) | Georgi Kodinov | 20 Aug |