1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

remove PBXT

This commit is contained in:
Sergei Golubchik
2013-08-30 11:25:49 +02:00
parent cd92bc38a7
commit 6755944d08
243 changed files with 12 additions and 81888 deletions

View File

@@ -13,14 +13,6 @@ if (`SELECT @@storage_engine LIKE 'InnoDB' AND @@version LIKE '%6.%'`)
--enable_query_log
}
if (`SELECT @@storage_engine LIKE 'PBXT' AND @@version LIKE '%5.1%'`)
{
--disable_query_log
SET SESSION binlog_format = 'MIXED';
SET GLOBAL binlog_format = 'MIXED';
--enable_query_log
}
# Verify default storage engine.
SHOW VARIABLES LIKE 'storage_engine';