Commit baa85a2e authored by sergefp@mysql.com's avatar sergefp@mysql.com

Fixed client_test to run with MAX_KEY=64.

parent bcad4631
......@@ -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