Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
38448521
Commit
38448521
authored
Oct 09, 2009
by
Mattias Jonsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#46922 post push update
Disable the test when it will not hit the open_files_limit
parent
6e4039ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
mysql-test/t/partition_open_files_limit.test
mysql-test/t/partition_open_files_limit.test
+7
-0
No files found.
mysql-test/t/partition_open_files_limit.test
View file @
38448521
...
...
@@ -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
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment