mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-15851 Stop creating mysql.host table
Changed bootstrap scripts, adjusted result files.
This commit is contained in:
@ -32,8 +32,6 @@ def mysql help_relation 0 mysql PRIMARY 1 help_keyword_id A #CARD# NULL NULL BT
|
||||
def mysql help_relation 0 mysql PRIMARY 2 help_topic_id A #CARD# NULL NULL BTREE
|
||||
def mysql help_topic 0 mysql name 1 name A #CARD# NULL NULL BTREE
|
||||
def mysql help_topic 0 mysql PRIMARY 1 help_topic_id A #CARD# NULL NULL BTREE
|
||||
def mysql host 0 mysql PRIMARY 1 Host A #CARD# NULL NULL BTREE
|
||||
def mysql host 0 mysql PRIMARY 2 Db A #CARD# NULL NULL BTREE
|
||||
def mysql index_stats 0 mysql PRIMARY 1 db_name A #CARD# NULL NULL BTREE
|
||||
def mysql index_stats 0 mysql PRIMARY 2 table_name A #CARD# NULL NULL BTREE
|
||||
def mysql index_stats 0 mysql PRIMARY 3 index_name A #CARD# NULL NULL BTREE
|
||||
|
Reference in New Issue
Block a user