mariadb/scripts
Michael Widenius 04bee0af2e Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5.
mysql_upgrade --help now also prints out --default options and variable values.
mysql_upgrade now prints permission errors.
mysql_upgrade doesn't print some non essential info if --silent is used.
Added handler error message about incompatible versions
Fixed that mysqlbug and mysql_install_db have the executable flag set.
Removed executable flag for some non executable files.
Changed in mysql_install_db askmonty.org to mariadb.com.
Ensured that all client executables prints --default options the same way.
Allow REPAIR ... USE_FRM for old .frm files if the are still compatible.
Extended shown error for storage engine messages.


client/mysql.cc:
  print_defaults() should be first (as in all other programs)
client/mysql_upgrade.c:
  --help now also prints out --default options and variable values
  Print out error if wrong permissions
  Don't print info if --silent
client/mysqladmin.cc:
  print_defaults() should be first (as in all other programs)
client/mysqlbinlog.cc:
  Added print_defaults() to --help
client/mysqlcheck.c:
  Added empty line in --help
client/mysqlimport.c:
  Added empty line in --help
client/mysqlshow.c:
  Made --help compatible
client/mysqlslap.c:
  Made --help compatible
client/mysqltest.cc:
  Added print_defaults() to --help
include/handler_ername.h:
  Added handler error message
include/my_base.h:
  Added handler error message
mysql-test/r/mysql_upgrade.result:
  Updated results
mysql-test/r/repair.result:
  Added test case for better error messages
mysql-test/std_data/host_old.MYD:
  Added test case for better error messages
mysql-test/std_data/host_old.MYI:
  Added test case for better error messages
mysql-test/std_data/host_old.frm:
  Added test case for better error messages
mysql-test/t/repair.test:
  Added test case for better error messages
mysys/my_handler_errors.h:
  Added handler error message
scripts/CMakeLists.txt:
  Fixed that mysqlbug and mysql_install_db have the executable flag set
scripts/mysql_install_db.sh:
  askmonty.org -> mariadb.com
sql/ha_partition.cc:
  Sometimes table_type() can be called for errors even if partition didn't manage to open any files
sql/handler.cc:
  Write clear text for not handled, but defined error messages.
sql/share/errmsg-utf8.txt:
  Extended shown error for storage engine messages
sql/sql_admin.cc:
  Allow REPAIR ... USE_FRM for old .frm files if the are still compatible
storage/myisam/ha_myisam.cc:
  Use new error message
2014-01-22 15:16:57 +02:00
..
CMakeLists.txt Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
comp_sql.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
convert-debug-for-diff.sh rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
dheadgen.pl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
fill_help_tables.sql Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
make_binary_distribution.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
make_win_bin_dist remove PBXT 2013-08-30 11:25:49 +02:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_config.sh MDEV-3826 compilation of client programs fail: m_string.h tries to include <mysql/plugin.h> 2012-11-15 19:20:10 +01:00
mysql_convert_table_format.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_find_rows.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_extensions.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_install_db.pl.in Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysql_install_db.sh Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysql_performance_tables.sql Fixed problem with failing mysql_upgrade when proc table was not correct. 2013-01-11 00:53:07 +02:00
mysql_secure_installation.pl.in Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00
mysql_secure_installation.sh Merge MariaDB 5.1.66 -> 5.2.12 2012-11-08 15:24:35 +02:00
mysql_setpermission.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_system_tables.sql mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
mysql_system_tables_data.sql mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
mysql_system_tables_fix.sql Fixed problem with failing mysql_upgrade when proc table was not correct. 2013-01-11 00:53:07 +02:00
mysql_test_data_timezone.sql Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf merge 2010-08-20 09:12:36 -05:00
mysqlaccess.sh Buildbot fixes and cleanups: 2013-01-11 02:03:43 +02:00
mysqlbug.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysqld_multi.sh MDEV-4068 rpm scriptlet chown command dangerous 2013-03-06 09:32:13 +01:00
mysqld_safe.sh mysql-5.5.34 merge 2013-11-19 13:16:25 +01:00
mysqldumpslow.sh MDEV-4068 rpm scriptlet chown command dangerous 2013-03-06 09:32:13 +01:00
mysqlhotcopy.sh mysql-5.5.28 2012-10-16 13:04:42 +02:00
mytop.sh Fix for MDEV-5547: Bad error message when moving very old .frm files to MariaDB 5.5. 2014-01-22 15:16:57 +02:00