mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Merge of bug#42846
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
DROP TABLE IF EXISTS `t1`;
|
DROP TABLE IF EXISTS `t1`;
|
||||||
--enable_warnings
|
--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
|
--echo # Bug#46922: crash when adding partitions and open_files_limit is reached
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user