summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/r/is_tables_is_embedded.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-08-30 11:25:49 +0200
committerSergei Golubchik <sergii@pisem.net>2013-08-30 11:25:49 +0200
commit6755944d0876e15aab0d2d33e1d7db1327f0ef8f (patch)
treeabc4bc175e942edaf15b41af1aab277e0c292921 /mysql-test/suite/funcs_1/r/is_tables_is_embedded.result
parentcd92bc38a7fd9442f668fbb1eed1634b04cc6d4d (diff)
downloadmariadb-git-6755944d0876e15aab0d2d33e1d7db1327f0ef8f.tar.gz
remove PBXT
Diffstat (limited to 'mysql-test/suite/funcs_1/r/is_tables_is_embedded.result')
-rw-r--r--mysql-test/suite/funcs_1/r/is_tables_is_embedded.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/funcs_1/r/is_tables_is_embedded.result b/mysql-test/suite/funcs_1/r/is_tables_is_embedded.result
index 6aa2e3bb93d..6862260eaf5 100644
--- a/mysql-test/suite/funcs_1/r/is_tables_is_embedded.result
+++ b/mysql-test/suite/funcs_1/r/is_tables_is_embedded.result
@@ -12,7 +12,7 @@ AS "user_comment",
FROM information_schema.tables
WHERE table_schema = 'information_schema'
AND table_name <> 'profiling' AND table_name not like 'innodb_%'
-AND table_name not like 'pbxt_%' AND table_name not like 'xtradb_%'
+AND table_name not like 'xtradb_%'
ORDER BY table_schema,table_name;
TABLE_CATALOG def
TABLE_SCHEMA information_schema
@@ -812,7 +812,7 @@ AS "user_comment",
FROM information_schema.tables
WHERE table_schema = 'information_schema'
AND table_name <> 'profiling' AND table_name not like 'innodb_%'
-AND table_name not like 'pbxt_%' AND table_name not like 'xtradb_%'
+AND table_name not like 'xtradb_%'
ORDER BY table_schema,table_name;
TABLE_CATALOG def
TABLE_SCHEMA information_schema