Commit 262b9b00 authored by unknown's avatar unknown

Fixed client_test to run with MAX_KEY=64.

parent f6ab789f
......@@ -6735,7 +6735,7 @@ static void test_explain_bug()
"","","",10,0);
verify_prepare_field(result,4,"possible_keys","",MYSQL_TYPE_VAR_STRING,
"","","",NAME_LEN*32,0);
"","","",NAME_LEN*64,0);
verify_prepare_field(result,5,"key","",MYSQL_TYPE_VAR_STRING,
"","","",NAME_LEN,0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment