Loading scripts/mysqld_safe.sh +7 −4 Original line number Diff line number Diff line Loading @@ -321,11 +321,14 @@ then ulimit -n $open_files args="--open-files-limit=$open_files $args" 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 fi # # If there exists an old pid file, check if the daemon is already running Loading Loading
scripts/mysqld_safe.sh +7 −4 Original line number Diff line number Diff line Loading @@ -321,11 +321,14 @@ then ulimit -n $open_files args="--open-files-limit=$open_files $args" 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 fi # # If there exists an old pid file, check if the daemon is already running Loading