summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpem@mysql.comhem.se <>2004-05-14 16:00:57 +0200
committerpem@mysql.comhem.se <>2004-05-14 16:00:57 +0200
commitec921065357282c8c850a8286297733675e4bf44 (patch)
treed27d078b95ca20c323af435a836f475562c863d0 /tests
parentbf45960eef96dba7e7a7ffc8c3bfe6627daee2a3 (diff)
downloadmariadb-git-ec921065357282c8c850a8286297733675e4bf44.tar.gz
Post-merge fixes.
Note: One sp.test still fails (prime), and rpl_server_id2.test fails (will be fixed by guilhem ASAP).
Diffstat (limited to 'tests')
-rw-r--r--tests/client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c
index e8fc5c0ecc7..af9818b7f23 100644
--- a/tests/client_test.c
+++ b/tests/client_test.c
@@ -6976,7 +6976,7 @@ static void test_explain_bug()
"","","",NAME_LEN,0);
verify_prepare_field(result,6,"key_len","",MYSQL_TYPE_VAR_STRING,
- "","","",NAME_LEN*32,0);
+ "","","",NAME_LEN*64,0);
verify_prepare_field(result,7,"ref","",MYSQL_TYPE_VAR_STRING,
"","","",NAME_LEN*16,0);