mariadb/scripts
Rucha Deodhar 14275b4715 MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from
mysql.proc. The table is probably corrupted"

Analysis: When mysql_upgrade runs statements for upgrade, characterset is
converted to utf8mb4 because server starts with old_mode that interprets
utf8 to utf8mb4, but mysql.proc table has "utf8mb3" as hardcoded, so
it crashes with corrupted table.

Fix: Changed Table_check_intact::check() definition to allow both
utf8mb3 and utf8mb4 by checking prefix and changing the upgrade scripts
to explicitly use utf8mb3
2023-06-26 15:10:30 +05:30
..
sys_schema MDEV-28342: sys.create_synonym_db fails when a temporary table masks a base table 2022-05-12 10:28:13 -05:00
CMakeLists.txt MDEV-29222 - Fix mysqld_safe script 2022-08-10 13:24:31 +02:00
comp_sql.c Merge 10.5 into 10.6 2022-07-01 15:24:50 +03:00
convert-debug-for-diff.sh
dheadgen.pl
fill_help_tables.sql Update 10.5 HELP tables 2023-01-24 11:28:37 +11:00
galera_new_cluster.sh MDEV-19161: Let galera_new_cluster use "restart" instead of "start" 2022-05-12 07:46:26 +03:00
galera_recovery.sh MDEV-30275: mariadb names rather than mysql names should be used 2023-01-03 11:25:10 +11:00
maria_add_gis_sp.sql.in
mariadb-service-convert Merge 10.4 into 10.5 2023-01-13 10:18:30 +02:00
msql2mysql.sh
mysql_config.pl.in Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
mysql_config.sh
mysql_convert_table_format.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_install_db.sh Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
mysql_performance_tables.sql MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_secure_installation.sh MDEV-22010: use executables MariaDB named in scripts 2021-06-14 15:10:47 +05:30
mysql_setpermission.sh Merge 10.4 into 10.5 2021-08-31 10:04:56 +03:00
mysql_system_tables.sql MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_system_tables_data.sql Fixed some errors & warnings when running mariadb-upgrade on MySQL instance 2023-06-25 16:15:08 +03:00
mysql_system_tables_fix.sql MDEV-28915: mysql_upgrade fails due to old_mode="", with "Cannot load from 2023-06-26 15:10:30 +05:30
mysql_test_data_timezone.sql MDEV-23908: Implement SELECT ... OFFSET ... FETCH ... 2021-04-21 14:09:14 +03:00
mysql_test_db.sql
mysqlaccess.conf
mysqlaccess.sh Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
mysqld_multi.sh Merge branch '10.5' into 10.6 2022-02-03 17:01:31 +01:00
mysqld_safe.sh Merge 10.5 into 10.6 2022-03-07 18:42:47 +03:00
mysqldumpslow.sh
mysqlhotcopy.sh
mytop.sh MDEV-25878: mytop bugs: check for mysql driver and sockets 2021-06-21 11:55:16 +02:00
wsrep_sst_backup.sh MDEV-28758: Mariabackup copies binary logs to backup directory 2022-08-01 15:53:14 +02:00
wsrep_sst_common.sh Merge 10.5 into 10.6 2023-01-13 10:45:41 +02:00
wsrep_sst_mariabackup.sh Merge branch '10.4' into 10.5 2023-04-24 12:43:47 +02:00
wsrep_sst_mysqldump.sh MDEV-28583: Galera: binlogs disappear after rsync IST 2022-05-18 01:22:29 +02:00
wsrep_sst_rsync.sh MDEV-30220: rsync SST completely ignores aria-log-dir-path 2023-01-11 15:01:00 +01:00