1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä
2022-04-26 18:59:40 +03:00
274 changed files with 9352 additions and 8456 deletions

View File

@@ -7567,7 +7567,7 @@ static void test_explain_bug()
verify_prepare_field(result, 5, "Extra", "EXTRA",
mysql_get_server_version(mysql) <= 50000 ?
MYSQL_TYPE_STRING : MYSQL_TYPE_VAR_STRING,
0, 0, "information_schema", 30, 0);
0, 0, "information_schema", 80, 0);
mysql_free_result(result);
mysql_stmt_close(stmt);