File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ usr/bin/mysql_zap
3838usr/bin/mysqlbinlog
3939usr/bin/mysqld_multi
4040usr/bin/mysqld_safe
41+ usr/bin/mysqld_safe_helper
4142usr/bin/mysqlhotcopy
4243usr/bin/perror
4344usr/bin/replace
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ usr/bin/mysql_zap
4040usr/bin/mysqlbinlog
4141usr/bin/mysqld_multi
4242usr/bin/mysqld_safe
43+ usr/bin/mysqld_safe_helper
4344usr/bin/mysqlhotcopy
4445usr/bin/perror
4546usr/bin/replace
Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ parse_arguments() {
215215 for arg do
216216 val=` echo " $arg " | sed -e " s;--[^=]*=;;" `
217217 case " $arg " in
218- --crash[-_]script=* ) CRASH_SCRIPT=" $val " ;;
219218 # these get passed explicitly to mysqld
220219 --basedir=* ) MY_BASEDIR_VERSION=" $val " ;;
221220 --datadir=* |--data=* ) DATADIR=" $val " ;;
@@ -241,7 +240,7 @@ parse_arguments() {
241240 --socket=* ) mysql_unix_port=" $val " ;;
242241
243242 # mysqld_safe-specific options - must be set in my.cnf ([mysqld_safe])!
244- --core[-_]file- size=* ) core_file_size=" $val " ;;
243+ --core[-_]file[-_] size=* ) core_file_size=" $val " ;;
245244 --ledir=* ) check_executable_location " $arg " ; ledir=" $val " ;;
246245 --malloc[-_]lib=* ) check_executable_location " $arg " ; set_malloc_lib " $val " ;;
247246 --crash[-_]script=* ) check_executable_location " $arg " ; crash_script=" $val " ;;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Created 1/20/1994 Heikki Tuuri
4444
4545#define INNODB_VERSION_MAJOR 5
4646#define INNODB_VERSION_MINOR 6
47- #define INNODB_VERSION_BUGFIX 33
47+ #define INNODB_VERSION_BUGFIX 35
4848
4949/* The following is the InnoDB version as shown in
5050SELECT plugin_version FROM information_schema.plugins;
You can’t perform that action at this time.
0 commit comments