mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
remove PBXT
This commit is contained in:
@ -21,6 +21,5 @@ if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
}
|
||||
|
||||
let $my_where = WHERE table_schema = 'information_schema'
|
||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%'
|
||||
AND table_name not like 'pbxt_%';
|
||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%';
|
||||
--source suite/funcs_1/datadict/columns.inc
|
||||
|
@ -15,5 +15,5 @@
|
||||
--source include/not_embedded.inc
|
||||
let $my_where = 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_%';
|
||||
--source suite/funcs_1/datadict/tables1.inc
|
||||
|
@ -19,5 +19,5 @@ if (`SELECT VERSION() NOT LIKE '%embedded%'`)
|
||||
}
|
||||
let $my_where = 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_%';
|
||||
--source suite/funcs_1/datadict/tables1.inc
|
||||
|
Reference in New Issue
Block a user