mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Scripts: VTMD table [closes #122]
This commit is contained in:
@ -79,6 +79,7 @@ def mysql time_zone_transition_type 0 mysql PRIMARY 1 Time_zone_id A #CARD# NULL
|
||||
def mysql time_zone_transition_type 0 mysql PRIMARY 2 Transition_type_id A #CARD# NULL NULL BTREE
|
||||
def mysql user 0 mysql PRIMARY 1 Host A #CARD# NULL NULL BTREE
|
||||
def mysql user 0 mysql PRIMARY 2 User A #CARD# NULL NULL BTREE
|
||||
def mysql vtmd_template 0 mysql PRIMARY 1 end A #CARD# NULL NULL BTREE
|
||||
connect testuser1,localhost,testuser1,,db_datadict;
|
||||
SELECT * FROM information_schema.statistics
|
||||
WHERE table_schema = 'mysql'
|
||||
|
Reference in New Issue
Block a user