List:Commits« Previous MessageNext Message »
From:Martin Hansson Date:October 9 2009 3:35pm
Subject:bzr commit into mysql-5.1-bugteam branch (martin.hansson:3157) Bug#42846
View as plain text  
#At file:///data0/martin/bzr/bug42846/5.1bt/ based on revid:martin.hansson@stripped

 3157 Martin Hansson	2009-10-09 [merge]
      Merge of bug#42846

    modified:
      mysql-test/t/partition_open_files_limit.test
=== modified file 'mysql-test/t/partition_open_files_limit.test'
--- a/mysql-test/t/partition_open_files_limit.test	2009-10-08 13:36:43 +0000
+++ b/mysql-test/t/partition_open_files_limit.test	2009-10-09 14:12:01 +0000
@@ -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
 #


Attachment: [text/bzr-bundle] bzr/martin.hansson@sun.com-20091009153504-eyukfmylcmkiy0qf.bundle
Thread
bzr commit into mysql-5.1-bugteam branch (martin.hansson:3157) Bug#42846Martin Hansson9 Oct