summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema.test
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/t/information_schema.test
parentcd92bc38a7fd9442f668fbb1eed1634b04cc6d4d (diff)
downloadmariadb-git-6755944d0876e15aab0d2d33e1d7db1327f0ef8f.tar.gz
remove PBXT
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r--mysql-test/t/information_schema.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
index b6ee712ec28..8c88be5c603 100644
--- a/mysql-test/t/information_schema.test
+++ b/mysql-test/t/information_schema.test
@@ -51,7 +51,7 @@ create view v1 (c) as
SELECT table_name FROM information_schema.TABLES
WHERE table_schema IN ('mysql', 'INFORMATION_SCHEMA', 'test', 'mysqltest') AND
table_name not like 'ndb_%' AND table_name not like 'innodb_%' AND
- table_name not like 'pbxt_%' AND table_name not like 'xtradb_%';
+ table_name not like 'xtradb_%';
--sorted_result
select * from v1;