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
e5d8d9d2
Commit
e5d8d9d2
authored
Jun 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0-maint
parents
801b1afe
a522b4a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
mysql-test/lib/mtr_cases.pl
mysql-test/lib/mtr_cases.pl
+1
-1
scripts/mysqld_safe.sh
scripts/mysqld_safe.sh
+7
-4
No files found.
mysql-test/lib/mtr_cases.pl
View file @
e5d8d9d2
...
...
@@ -116,7 +116,7 @@ sub collect_test_cases ($) {
while
(
<
DISABLED
>
)
{
chomp
;
if
(
/^\s*(
\S
+)\s*:\s*(.*?)\s*$/
)
if
(
/^\s*(
[^\s:]
+)\s*:\s*(.*?)\s*$/
)
{
$disabled
{
$1
}
=
$2
;
}
...
...
scripts/mysqld_safe.sh
View file @
e5d8d9d2
...
...
@@ -321,10 +321,13 @@ then
ulimit
-n
$open_files
args
=
"--open-files-limit=
$open_files
$args
"
fi
if
test
-n
"
$core_file_size
"
then
ulimit
-c
$core_file_size
fi
fi
# Try to set the core file size (even if we aren't root) because many systems
# don't specify a hard limit on core file size.
if
test
-n
"
$core_file_size
"
then
ulimit
-c
$core_file_size
fi
#
...
...
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