Skip to content

Commit

Permalink
MDEV-11082: Fix mysql_client_test.c (by Elena)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirbhay Choubey committed Dec 19, 2016
1 parent da4babb commit 9d8ec14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mysql_client_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/*
Expand Down

0 comments on commit 9d8ec14

Please sign in to comment.