diff options
author | pem@mysql.comhem.se <> | 2004-05-14 16:00:57 +0200 |
---|---|---|
committer | pem@mysql.comhem.se <> | 2004-05-14 16:00:57 +0200 |
commit | ec921065357282c8c850a8286297733675e4bf44 (patch) | |
tree | d27d078b95ca20c323af435a836f475562c863d0 /tests | |
parent | bf45960eef96dba7e7a7ffc8c3bfe6627daee2a3 (diff) | |
download | mariadb-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.c | 2 |
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); |