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

versioning/common.inc must "have_innodb"

because it'll fail to start without it
This commit is contained in:
Sergei Golubchik
2017-06-05 20:30:33 +02:00
committed by Aleksey Midenkov
parent 69e4062cc7
commit 8dd84ec7f3
4 changed files with 2 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
--disable_query_log
--source suite/versioning/innodb.inc
source include/have_innodb.inc;
set @@session.time_zone='+00:00';
select ifnull(max(transaction_id), 0) into @start_trx_id from mysql.transaction_registry;