summaryrefslogtreecommitdiff
path: root/tests/mysql_client_test.c
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-04-07 17:49:59 +0200
committerSergei Golubchik <serg@mariadb.org>2022-04-07 23:02:23 +0200
commitb725a917572c53cd43ecb2cd9221ab828f7a9447 (patch)
tree8bd4d26c27eb886d1ffd66f96e9bd6bf052e4ea2 /tests/mysql_client_test.c
parent7a03128faf8bbbc36021fbf418a31b1a604e29e2 (diff)
downloadmariadb-git-b725a917572c53cd43ecb2cd9221ab828f7a9447.tar.gz
MDEV-28253 Mysqldump - INVISIBLE column error
Diffstat (limited to 'tests/mysql_client_test.c')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index dc741b8ec41..326544d58de 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -7557,7 +7557,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);