1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

check that all system tables deleted added

This commit is contained in:
bell@sanja.is.com.ua
2004-07-15 14:17:30 +03:00
parent 791bdf2c48
commit 8ab5398bf7
3 changed files with 11 additions and 10 deletions

View File

@@ -126,3 +126,5 @@ columns_priv CREATE TABLE `columns_priv` (
`Column_priv` set('Select','Insert','Update','References') NOT NULL default '',
PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`,`Column_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Column privileges'
show tables;
Tables_in_test