diff options
author | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
---|---|---|
committer | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
commit | 3791197f0d7121b31cb51583f7691db4fd86b425 (patch) | |
tree | 593a4ed5caa4dcceddc324b221fd0228343c9c4a /mysql-test/r | |
parent | 37788da7905929b141f9bbb854356bc9aa0d88f7 (diff) | |
download | mariadb-git-3791197f0d7121b31cb51583f7691db4fd86b425.tar.gz |
WL#2575 - Fulltext: Parser plugin for FTS
WL#2763 - MySQL plugin interface: step 1
Manual merge from CNET tree.
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/connect.result | 3 | ||||
-rw-r--r-- | mysql-test/r/information_schema.result | 5 | ||||
-rw-r--r-- | mysql-test/r/mysqlcheck.result | 2 | ||||
-rw-r--r-- | mysql-test/r/system_mysql_db.result | 1 |
4 files changed, 9 insertions, 2 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index d5b1cf4dd63..99650f6b220 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -9,6 +9,7 @@ help_keyword help_relation help_topic host +plugin proc procs_priv tables_priv @@ -36,6 +37,7 @@ help_keyword help_relation help_topic host +plugin proc procs_priv tables_priv @@ -71,6 +73,7 @@ help_keyword help_relation help_topic host +plugin proc procs_priv tables_priv diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index a5852dc31b4..d013de58a88 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -60,6 +60,7 @@ help_keyword help_relation help_topic host +plugin proc procs_priv tables_priv @@ -709,7 +710,7 @@ CREATE TABLE t_crashme ( f1 BIGINT); CREATE VIEW a1 (t_CRASHME) AS SELECT f1 FROM t_crashme GROUP BY f1; CREATE VIEW a2 AS SELECT t_CRASHME FROM a1; count(*) -101 +102 drop view a2, a1; drop table t_crashme; select table_schema,table_name, column_name from @@ -779,7 +780,7 @@ flush privileges; SELECT table_schema, count(*) FROM information_schema.TABLES GROUP BY TABLE_SCHEMA; table_schema count(*) information_schema 16 -mysql 17 +mysql 18 create table t1 (i int, j int); create trigger trg1 before insert on t1 for each row begin diff --git a/mysql-test/r/mysqlcheck.result b/mysql-test/r/mysqlcheck.result index 8c98e18aa9b..b2202ff10d0 100644 --- a/mysql-test/r/mysqlcheck.result +++ b/mysql-test/r/mysqlcheck.result @@ -6,6 +6,7 @@ mysql.help_keyword OK mysql.help_relation OK mysql.help_topic OK mysql.host OK +mysql.plugin OK mysql.proc OK mysql.procs_priv OK mysql.tables_priv OK @@ -23,6 +24,7 @@ mysql.help_keyword OK mysql.help_relation OK mysql.help_topic OK mysql.host OK +mysql.plugin OK mysql.proc OK mysql.procs_priv OK mysql.tables_priv OK diff --git a/mysql-test/r/system_mysql_db.result b/mysql-test/r/system_mysql_db.result index 999f12a0573..706165fef8a 100644 --- a/mysql-test/r/system_mysql_db.result +++ b/mysql-test/r/system_mysql_db.result @@ -9,6 +9,7 @@ help_keyword help_relation help_topic host +plugin proc procs_priv tables_priv |