mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
MDEV-11082: Fix mysql_client_test.c (by Elena)
This commit is contained in:
parent
da4babb86c
commit
9d8ec1468a
1 changed files with 3 additions and 0 deletions
|
|
@ -15386,6 +15386,9 @@ static void test_bug14169()
|
|||
|
||||
rc= mysql_query(mysql, "drop table t1");
|
||||
myquery(rc);
|
||||
|
||||
rc= mysql_query(mysql, "set session group_concat_max_len=@@global.group_concat_max_len");
|
||||
myquery(rc);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue