diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-01-25 22:57:47 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-01-25 22:57:47 +0100 |
commit | d5b1b1ac6022163fb67603db3bd4235aff1162fb (patch) | |
tree | e3d8c362c40b7f8cdbe1bca1f5e440032d2fd437 /mysql-test/r/mysqld--help.result | |
parent | c37107380abf8f4c04c270ee7afdf8e16042c943 (diff) | |
download | mariadb-git-d5b1b1ac6022163fb67603db3bd4235aff1162fb.tar.gz |
stack too small on labrador (again!)
increase the thread stack a bit for main.signal_demo3
and sys_vars.max_sp_recursion_depth_func to stop failing
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 6d0dbe8be42..bef03904a72 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1430,7 +1430,7 @@ thread-pool-idle-timeout 60 thread-pool-max-threads 1000 thread-pool-oversubscribe 3 thread-pool-stall-limit 500 -thread-stack 294912 +thread-stack 295936 time-format %H:%i:%s timed-mutexes FALSE tmp-table-size 16777216 |