mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
4605a107ae
sql/mysql_priv.h: Add note about updated scripts with new SQL_MODE settings scripts/mysql_create_system_tables.sh: Add new SQL_MODE settings mysql-test/include/system_db_struct.inc: Add proc table to system_mysql_db tests. mysql-test/r/system_mysql_db.result: Include proc table output scripts/mysql_fix_privilege_tables.sql: Make sure full list of SQL_MODE settings is in proc table
14 lines
366 B
PHP
14 lines
366 B
PHP
#
|
|
# This test must examine structure of current system database
|
|
#
|
|
|
|
-- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db
|
|
show tables;
|
|
show create table db;
|
|
show create table host;
|
|
show create table user;
|
|
show create table func;
|
|
show create table tables_priv;
|
|
show create table columns_priv;
|
|
show create table procs_priv;
|
|
show create table proc;
|