Commit 157c8ccf authored by unknown's avatar unknown

Handle a few failing test cases


mysql-test/r/group_concat_max_len_func.result:
  Properly restore global group_concat_max_len value at end of test
mysql-test/t/disabled.def:
  Re-disable user_limits test; it is still failing randomly (bug 33696)
mysql-test/t/group_concat_max_len_func.test:
  Update test results
parent 888b92f1
...@@ -76,4 +76,4 @@ id rollno group_concat(name) ...@@ -76,4 +76,4 @@ id rollno group_concat(name)
## Dropping table t1 ## ## Dropping table t1 ##
DROP table t1; DROP table t1;
## Disconnecting both the connection ## ## Disconnecting both the connection ##
SET @@group_concat_max_len = @save; SET @@global.group_concat_max_len = @save;
...@@ -17,4 +17,5 @@ csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows ...@@ -17,4 +17,5 @@ csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows
event_scheduler_basic: BUG#35997 server seems to crash. event_scheduler_basic: BUG#35997 server seems to crash.
event_scheduler_func: BUG#35997 server seems to crash. event_scheduler_func: BUG#35997 server seems to crash.
thread_cache_size_func: BUG#35988 Due to not deterministic results thread_cache_size_func: BUG#35988 Due to not deterministic results
user_limits : Bug#23921 random failure of user_limits.test
...@@ -127,5 +127,5 @@ DISCONNECT test_con1; ...@@ -127,5 +127,5 @@ DISCONNECT test_con1;
connection default; connection default;
SET @@group_concat_max_len = @save; SET @@global.group_concat_max_len = @save;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment