diff options
author | Igor Babaev <igor@askmonty.org> | 2012-01-04 17:51:53 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-01-04 17:51:53 -0800 |
commit | e8497370b9557e77c0a791f89712a6ae8505f925 (patch) | |
tree | e67d66f7fe58cd216be1c18b8a99f39160909026 /mysql-test/r/connect.result | |
parent | cd55894a52b5b2bf4a740eb0f39d91d7a82f673c (diff) | |
download | mariadb-git-e8497370b9557e77c0a791f89712a6ae8505f925.tar.gz |
The main patch for the MWL#248 back-ported from
lp:~igorb-seattle/mysql-server/mysql-azalea-wl4777.
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index 7a972f4814a..544e2d29846 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -1,6 +1,7 @@ drop table if exists t1,t2; show tables; Tables_in_mysql +column_stat columns_priv db event @@ -11,12 +12,14 @@ help_keyword help_relation help_topic host +index_stat ndb_binlog_index plugin proc procs_priv servers slow_log +table_stat tables_priv time_zone time_zone_leap_second @@ -34,6 +37,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 @@ -44,12 +48,14 @@ help_keyword help_relation help_topic host +index_stat ndb_binlog_index plugin proc procs_priv servers slow_log +table_stat tables_priv time_zone time_zone_leap_second @@ -75,6 +81,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 @@ -85,12 +92,14 @@ help_keyword help_relation help_topic host +index_stat ndb_binlog_index plugin proc procs_priv servers slow_log +table_stat tables_priv time_zone time_zone_leap_second |