mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-3990: engine tests went out of sync with current MariaDB code
Reasons: alter_tablespace.rdiff: tc_rename_error.result: from monty@askmonty.org-20120529213755-876ptdhhaj0t7l8r (Added text for errno in error messages) insert_time.result: from sergii@pisem.net-20120908101555-37w00eyfrd9noc06 (MDEV-457 - Inconsistent data truncation) misc.result: from igor@askmonty.org-20130109033433-5awdv0w6vbpigltw (MDEV-3806/mwl248 - Engine independent statistics) tbl_opt_row_format.rdiff: from monty@askmonty.org-20120706161018-y5teinbuqpchle2m (Fixed wrong error codes) vcol.rdiff: sergii@pisem.net-20121217100039-ikj1820nrku7p6d5 (simplify the handler api)
This commit is contained in:
@ -28,6 +28,9 @@ DROP EVENT ev1;
|
||||
SELECT TABLE_NAME, COLUMN_NAME, REFERENCED_TABLE_NAME, REFERENCED_COLUMN_NAME
|
||||
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE ORDER BY TABLE_NAME;
|
||||
TABLE_NAME COLUMN_NAME REFERENCED_TABLE_NAME REFERENCED_COLUMN_NAME
|
||||
column_stats column_name NULL NULL
|
||||
column_stats db_name NULL NULL
|
||||
column_stats table_name NULL NULL
|
||||
columns_priv Column_name NULL NULL
|
||||
columns_priv Db NULL NULL
|
||||
columns_priv Host NULL NULL
|
||||
@ -49,6 +52,10 @@ help_topic help_topic_id NULL NULL
|
||||
help_topic name NULL NULL
|
||||
host Db NULL NULL
|
||||
host Host NULL NULL
|
||||
index_stats db_name NULL NULL
|
||||
index_stats index_name NULL NULL
|
||||
index_stats prefix_arity NULL NULL
|
||||
index_stats table_name NULL NULL
|
||||
ndb_binlog_index epoch NULL NULL
|
||||
plugin name NULL NULL
|
||||
proc db NULL NULL
|
||||
@ -64,6 +71,8 @@ proxies_priv Proxied_host NULL NULL
|
||||
proxies_priv Proxied_user NULL NULL
|
||||
proxies_priv User NULL NULL
|
||||
servers Server_name NULL NULL
|
||||
table_stats db_name NULL NULL
|
||||
table_stats table_name NULL NULL
|
||||
tables_priv Db NULL NULL
|
||||
tables_priv Host NULL NULL
|
||||
tables_priv Table_name NULL NULL
|
||||
|
Reference in New Issue
Block a user