mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Follow up to the patch for the BUG#10491.
This commit is contained in:
@ -7564,7 +7564,9 @@ static void test_explain_bug()
|
||||
else
|
||||
{
|
||||
verify_prepare_field(result, 6, "key_len", "", MYSQL_TYPE_VAR_STRING, "",
|
||||
"", "", NAME_LEN*MAX_KEY, 0);
|
||||
"", "",
|
||||
NAME_LEN*MAX_KEY / my_charset_utf8_general_ci.mbmaxlen,
|
||||
0);
|
||||
}
|
||||
|
||||
verify_prepare_field(result, 7, "ref", "", MYSQL_TYPE_VAR_STRING,
|
||||
|
Reference in New Issue
Block a user