Commit 85ea99dc authored by Sergei Golubchik's avatar Sergei Golubchik

update debian patch to apply

parent aca8e7ed
...@@ -7,18 +7,17 @@ ...@@ -7,18 +7,17 @@
@DPATCH@ @DPATCH@
--- old/scripts/mysqld_safe.sh 2006-07-29 13:12:34.000000000 +0200 --- a/scripts/mysqld_safe.sh 2013-01-11 16:02:41 +0000
+++ old/scripts/mysqld_safe.sh 2006-07-29 13:14:08.000000000 +0200 +++ b/scripts/mysqld_safe.sh 2013-01-11 16:03:14 +0000
@@ -16,8 +16,6 @@ @@ -30,7 +30,6 @@
# This command can be used as pipe to syslog. With "-s" it also logs to stderr. syslog_tag_mysqld=mysqld
ERR_LOGGER="logger -p daemon.err -t mysqld_safe -i" syslog_tag_mysqld_safe=mysqld_safe
-trap '' 1 2 3 15 # we shouldn't let anyone kill us -trap '' 1 2 3 15 # we shouldn't let anyone kill us
-
umask 007
defaults= # MySQL-specific environment variable. First off, it's not really a umask,
@@ -122,7 +122,7 @@ # it's the desired mode. Second, it follows umask(2), not umask(3) in that
@@ -156,7 +155,7 @@
# sed buffers output (only GNU sed supports a -u (unbuffered) option) # sed buffers output (only GNU sed supports a -u (unbuffered) option)
# which means that messages may not get sent to syslog until the # which means that messages may not get sent to syslog until the
# mysqld process quits. # mysqld process quits.
...@@ -27,7 +26,7 @@ ...@@ -27,7 +26,7 @@
;; ;;
*) *)
echo "Internal program error (non-fatal):" \ echo "Internal program error (non-fatal):" \
@@ -352,6 +350,13 @@ @@ -758,6 +757,13 @@
fi fi
# #
...@@ -41,3 +40,4 @@ ...@@ -41,3 +40,4 @@
# Uncomment the following lines if you want all tables to be automatically # Uncomment the following lines if you want all tables to be automatically
# checked and repaired during startup. You should add sensible key_buffer # checked and repaired during startup. You should add sensible key_buffer
# and sort_buffer values to my.cnf to improve check performance or require # and sort_buffer values to my.cnf to improve check performance or require
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment