mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
1) Rename the old shell tool "mysql_upgrade", to avoid a name collision. 2) Improve the spec file, to explicitly use a temporary socket. scripts/mysql_upgrade_shell.sh: Rename: scripts/mysql_upgrade.sh -> scripts/mysql_upgrade_shell.sh scripts/Makefile.am: The old shell script "mysql_upgrade" must be renamed, so that its name does not collide with the new binary. support-files/mysql.spec.sh: The previous version was incomplete, as it did not cover the case where the DBA had configured a non-default socket file. Solve that by creating and explicitly providing a temporary directory for the socket just for the duration of "mysql_upgrade", which also can be better protected than the default socket. |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| fill_func_tables.sh | ||
| fill_help_tables.sh | ||
| fill_help_tables.sql | ||
| make_binary_distribution.sh | ||
| make_sharedlib_distribution.sh | ||
| make_win_src_distribution.sh | ||
| Makefile.am | ||
| msql2mysql.sh | ||
| mysql_config.sh | ||
| mysql_convert_table_format.sh | ||
| mysql_create_system_tables.sh | ||
| mysql_explain_log.sh | ||
| mysql_find_rows.sh | ||
| mysql_fix_extensions.sh | ||
| mysql_fix_privilege_tables.sh | ||
| mysql_fix_privilege_tables.sql | ||
| mysql_install_db.sh | ||
| mysql_prepare_privilege_tables_for_5.sql | ||
| mysql_secure_installation.sh | ||
| mysql_setpermission.sh | ||
| mysql_tableinfo.sh | ||
| mysql_upgrade_shell.sh | ||
| mysql_zap.sh | ||
| mysqlaccess.conf | ||
| mysqlaccess.sh | ||
| mysqlbug.sh | ||
| mysqld_multi.sh | ||
| mysqld_safe-watch.sh | ||
| mysqld_safe.sh | ||
| mysqldumpslow.sh | ||
| mysqlhotcopy.sh | ||