mariadb/scripts
davi@mysql.com/endora.local 5d725bfdf8 Bug#35824: mysql_upgrade does not fix scheduler tables when upgrading from 5.1.23 to 5.1.24
The problem is that when upgrading the event table, the sql_mode
column was always being added instead of being updated to list new
sql_mode values, causing upgrades of the event which already have
a sql_mode column to not be updated to the new sql_mode values.

The solution is to always add first a stub sql_mode column and
subsequently update the column to the new sql_mode values.
2008-04-04 13:46:05 -03:00
..
.cvsignore
CMakeLists.txt
comp_sql.c
fill_help_tables.sql
make_binary_distribution.sh
make_sharedlib_distribution.sh
make_win_bin_dist
Makefile.am
msql2mysql.sh
mysql_config.pl.in
mysql_config.sh
mysql_convert_table_format.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_fix_privilege_tables.sh
mysql_install_db.pl.in
mysql_install_db.sh
mysql_secure_installation.pl.in
mysql_secure_installation.sh
mysql_setpermission.sh
mysql_system_tables.sql
mysql_system_tables_data.sql
mysql_system_tables_fix.sql Bug#35824: mysql_upgrade does not fix scheduler tables when upgrading from 5.1.23 to 5.1.24 2008-04-04 13:46:05 -03:00
mysql_test_data_timezone.sql
mysql_zap.sh
mysqlaccess.conf
mysqlaccess.sh
mysqlbug.sh
mysqld_multi.sh
mysqld_safe.sh
mysqldumpslow.sh
mysqlhotcopy.sh