mariadb/scripts
unknown 699a87110d This is a patch for bug#41569.
"mysql_upgrade (ver 5.1) add 3 fields to mysql.proc table but does
not set values".
            
mysql_upgrade (ver 5.1) adds 3 fields (character_set_client, 
collation_connection and db_collation) to the mysql.proc table, but 
does not set any values. When we run stored procedures, which were 
created with mysql 5.0, a warning is logged into the error log.
            
The solution to this is for mysql_upgrade to set default best guess
values for these fields. A warning is also written during upgrade, to
make the user aware that default values are set.

client/mysql_upgrade.c:
  Result lines which start with "WARNING" are passed through to the output. 
  This way we have a way of triggering WARNING-messages during upgrade 
  directly from the .sql-script.
mysql-test/r/mysql_upgrade.result:
  Expected result of the test.
mysql-test/t/mysql_upgrade.test:
  Added a test-case for the bug.
scripts/mysql_system_tables_fix.sql:
  The new fields are populated, and warnings are written.
2009-12-03 17:15:47 +01:00
..
.cvsignore
CMakeLists.txt scripts/CMakeLists.txt : Treat "mysql_upgrade_shell" the same way as all the other scripts. 2008-03-04 22:00:53 +01:00
comp_sql.c Add "name of struct" as first arg to comp_sql 2007-04-23 14:01:48 +02:00
fill_help_tables.sql More changes to reflect the removal of manual.texi from the sources: 2005-04-13 18:29:23 +02:00
make_binary_distribution.sh Upmerge a bug fix from 5.0 to 5.1: 2009-07-21 09:36:43 +02:00
make_sharedlib_distribution.sh my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
make_win_bin_dist Merge 2009-11-17 17:53:45 +01:00
Makefile.am Bug#34025: mysql_config is not returning -ldl lib flag needed when using embedded server 2008-11-10 22:12:15 +01:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in Bug#34025: mysql_config is not returning -ldl lib flag needed when using embedded server 2008-11-10 22:12:15 +01:00
mysql_config.sh Bug#34025: mysql_config is not returning -ldl lib flag needed when using embedded server 2008-11-10 22:12:15 +01:00
mysql_convert_table_format.sh Add support for wildcards in mysql_convert_table_format, and add 2009-04-28 11:47:34 -07:00
mysql_find_rows.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_extensions.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_privilege_tables.sh Bug #15327: configure: --with-tcp-port option being partially ignored 2007-09-13 16:19:46 +02:00
mysql_install_db.pl.in make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am: 2007-12-28 01:02:28 +01:00
mysql_install_db.sh bug#41828: mysql_install_db misses mysqld options when using --basedir 2009-01-06 15:08:15 +00:00
mysql_secure_installation.pl.in Add a few comments to clarify do_query() return values in mysql_secure_installation.pl 2009-11-03 14:34:01 -07:00
mysql_secure_installation.sh Bug#48031: mysql_secure_installation -- bash bug regarding passwords with 2009-11-03 13:50:28 -07:00
mysql_setpermission.sh Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
mysql_system_tables.sql 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
mysql_system_tables_data.sql Merge fix for Bug#35754. 2008-10-03 11:54:22 -04:00
mysql_system_tables_fix.sql This is a patch for bug#41569. 2009-12-03 17:15:47 +01:00
mysql_test_data_timezone.sql Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
mysql_zap.sh Merge up 5.0-build into 5.1-build: 2009-05-29 15:40:55 +02:00
mysqlaccess.conf
mysqlaccess.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysqlbug.sh Modify "mysqlbug" ("scripts/mysqlbug.sh") so that it differs between the original 2007-10-18 12:03:30 +02:00
mysqld_multi.sh automerge 2009-06-19 18:32:10 +03:00
mysqld_safe.sh backport of Chad's fix for bug #39326 to 5.0-bugteam 2009-08-19 10:59:17 +03:00
mysqldumpslow.sh Add explanation of the possible -s values for mysqldumpslow. (Bug #35663, 2009-05-07 10:40:00 -07:00
mysqlhotcopy.sh Bug#35769 typo in mysqlhotcopy documentation 2009-04-28 18:16:17 +02:00