mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10d0dca6b4
mysql-test/r/connect.result: standard values for table type in SHOW TABLES mysql-test/r/ctype_recoding.result: standard values for table type in SHOW TABLES mysql-test/r/drop.result: standard values for table type in SHOW TABLES mysql-test/r/greedy_optimizer.result: fixed results mysql-test/r/lowercase_table.result: standard values for table type in SHOW TABLES mysql-test/r/ps_1general.result: standard values for table type in SHOW TABLES mysql-test/r/rename.result: standard values for table type in SHOW TABLES mysql-test/r/rpl000009.result: standard values for table type in SHOW TABLES mysql-test/r/rpl_error_ignored_table.result: standard values for table type in SHOW TABLES mysql-test/r/select.result: standard values for table type in SHOW TABLES mysql-test/r/system_mysql_db.result: standard values for table type in SHOW TABLES mysql-test/r/view.result: standard values for table type in SHOW TABLES sql/sql_show.cc: standard values for table type in SHOW TABLES debugging trap
67 lines
1.6 KiB
Text
67 lines
1.6 KiB
Text
show tables;
|
|
Tables_in_mysql table_type
|
|
columns_priv BASE TABLE
|
|
db BASE TABLE
|
|
func BASE TABLE
|
|
help_category BASE TABLE
|
|
help_keyword BASE TABLE
|
|
help_relation BASE TABLE
|
|
help_topic BASE TABLE
|
|
host BASE TABLE
|
|
proc BASE TABLE
|
|
tables_priv BASE TABLE
|
|
time_zone BASE TABLE
|
|
time_zone_leap_second BASE TABLE
|
|
time_zone_name BASE TABLE
|
|
time_zone_transition BASE TABLE
|
|
time_zone_transition_type BASE TABLE
|
|
user BASE TABLE
|
|
show tables;
|
|
Tables_in_test table_type
|
|
grant ALL on *.* to test@localhost identified by "gambling";
|
|
grant ALL on *.* to test@127.0.0.1 identified by "gambling";
|
|
show tables;
|
|
Tables_in_mysql table_type
|
|
columns_priv BASE TABLE
|
|
db BASE TABLE
|
|
func BASE TABLE
|
|
help_category BASE TABLE
|
|
help_keyword BASE TABLE
|
|
help_relation BASE TABLE
|
|
help_topic BASE TABLE
|
|
host BASE TABLE
|
|
proc BASE TABLE
|
|
tables_priv BASE TABLE
|
|
time_zone BASE TABLE
|
|
time_zone_leap_second BASE TABLE
|
|
time_zone_name BASE TABLE
|
|
time_zone_transition BASE TABLE
|
|
time_zone_transition_type BASE TABLE
|
|
user BASE TABLE
|
|
show tables;
|
|
Tables_in_test table_type
|
|
update mysql.user set password=old_password("gambling2") where user=_binary"test";
|
|
flush privileges;
|
|
set password=old_password('gambling3');
|
|
show tables;
|
|
Tables_in_mysql table_type
|
|
columns_priv BASE TABLE
|
|
db BASE TABLE
|
|
func BASE TABLE
|
|
help_category BASE TABLE
|
|
help_keyword BASE TABLE
|
|
help_relation BASE TABLE
|
|
help_topic BASE TABLE
|
|
host BASE TABLE
|
|
proc BASE TABLE
|
|
tables_priv BASE TABLE
|
|
time_zone BASE TABLE
|
|
time_zone_leap_second BASE TABLE
|
|
time_zone_name BASE TABLE
|
|
time_zone_transition BASE TABLE
|
|
time_zone_transition_type BASE TABLE
|
|
user BASE TABLE
|
|
show tables;
|
|
Tables_in_test table_type
|
|
delete from mysql.user where user=_binary"test";
|
|
flush privileges;
|