mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge maria-5.3-mwl248 -> 5.5 = maria-5.5-mwl248.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
drop table if exists t1,t2;
|
||||
show tables;
|
||||
Tables_in_mysql
|
||||
column_stat
|
||||
columns_priv
|
||||
db
|
||||
event
|
||||
@@ -11,6 +12,7 @@ help_keyword
|
||||
help_relation
|
||||
help_topic
|
||||
host
|
||||
index_stat
|
||||
ndb_binlog_index
|
||||
plugin
|
||||
proc
|
||||
@@ -18,6 +20,7 @@ procs_priv
|
||||
proxies_priv
|
||||
servers
|
||||
slow_log
|
||||
table_stat
|
||||
tables_priv
|
||||
time_zone
|
||||
time_zone_leap_second
|
||||
@@ -35,6 +38,7 @@ 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
|
||||
column_stat
|
||||
columns_priv
|
||||
db
|
||||
event
|
||||
@@ -45,6 +49,7 @@ help_keyword
|
||||
help_relation
|
||||
help_topic
|
||||
host
|
||||
index_stat
|
||||
ndb_binlog_index
|
||||
plugin
|
||||
proc
|
||||
@@ -52,6 +57,7 @@ procs_priv
|
||||
proxies_priv
|
||||
servers
|
||||
slow_log
|
||||
table_stat
|
||||
tables_priv
|
||||
time_zone
|
||||
time_zone_leap_second
|
||||
@@ -77,6 +83,7 @@ ERROR HY000: Password hash should be a 41-digit hexadecimal number
|
||||
set password=old_password('gambling3');
|
||||
show tables;
|
||||
Tables_in_mysql
|
||||
column_stat
|
||||
columns_priv
|
||||
db
|
||||
event
|
||||
@@ -87,6 +94,7 @@ help_keyword
|
||||
help_relation
|
||||
help_topic
|
||||
host
|
||||
index_stat
|
||||
ndb_binlog_index
|
||||
plugin
|
||||
proc
|
||||
@@ -94,6 +102,7 @@ procs_priv
|
||||
proxies_priv
|
||||
servers
|
||||
slow_log
|
||||
table_stat
|
||||
tables_priv
|
||||
time_zone
|
||||
time_zone_leap_second
|
||||
|
Reference in New Issue
Block a user