mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
2053f8f850
added tests for testing structure of mysql db client/mysqltest.c: extend "replace" to column names extend "disable_result_log" to output of --exec commad mysql-test/install_test_db.sh: corrected wrong column definitions (as a result of tests) mysql-test/mysql-test-run.sh: export MYSQL and MYSQL_FIX_SYSTEM_TABLES + added option --result-file for *.opt files scripts/mysql_fix_privilege_tables.sh: added new options to using in tests + added new alters (as a result of new tests) scripts/mysql_fix_privilege_tables.sql: added new alters (as a result of new tests) scripts/mysql_install_db.sh: corrected definition of tables_priv.Table_name
14 lines
327 B
Text
14 lines
327 B
Text
#
|
|
# This is the test for mysql_fix_privilege_tables
|
|
#
|
|
|
|
-- disable_query_log
|
|
-- source include/create_old_system_tables.inc
|
|
-- exec $MYSQL_FIX_SYSTEM_TABLES --database=test > nil 2>nil
|
|
-- enable_query_log
|
|
|
|
-- source include/system_db_struct.inc
|
|
|
|
-- disable_query_log
|
|
-- source include/drop_system_tables.inc
|
|
-- enable_query_log
|