Commit 38448521 authored by Mattias Jonsson's avatar Mattias Jonsson

Bug#46922 post push update

Disable the test when it will not hit the open_files_limit
parent 6e4039ce
......@@ -4,6 +4,13 @@
DROP TABLE IF EXISTS `t1`;
--enable_warnings
# On some platforms the lowest possible open_files_limit is too high...
let $max_open_files_limit= `SELECT @@open_files_limit > 511`;
if ($max_open_files_limit)
{
skip Need open_files_limit to be lower than 512;
}
#
--echo # Bug#46922: crash when adding partitions and open_files_limit is reached
#
......
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