diff options
author | unknown <mskold/marty@mysql.com/linux.site> | 2006-12-01 15:49:07 +0100 |
---|---|---|
committer | unknown <mskold/marty@mysql.com/linux.site> | 2006-12-01 15:49:07 +0100 |
commit | 85b58cb43bf3170d817864e2a019779c20320245 (patch) | |
tree | 810e744e14531cb4121b6b03ee9a470cdb3a9f26 /mysql-test/r/connect.result | |
parent | bae9fc077ca178a63f7d97e4b161c35a3e63b85d (diff) | |
download | mariadb-git-85b58cb43bf3170d817864e2a019779c20320245.tar.gz |
Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index 08710217afc..a222d11cb50 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -1,7 +1,6 @@ drop table if exists t1,t2; show tables; Tables_in_mysql -binlog_index columns_priv db event @@ -12,6 +11,7 @@ help_keyword help_relation help_topic host +ndb_binlog_index plugin proc procs_priv @@ -33,7 +33,6 @@ 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 -binlog_index columns_priv db event @@ -44,6 +43,7 @@ help_keyword help_relation help_topic host +ndb_binlog_index plugin proc procs_priv @@ -73,7 +73,6 @@ ERROR HY000: Password hash should be a 41-digit hexadecimal number set password=old_password('gambling3'); show tables; Tables_in_mysql -binlog_index columns_priv db event @@ -84,6 +83,7 @@ help_keyword help_relation help_topic host +ndb_binlog_index plugin proc procs_priv |