From 907aae2502ba1ac5ad5206251658c450e558d66e Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Wed, 28 Mar 2018 14:28:58 +0300 Subject: MDEV-15708: rocksdb.mariadb_plugin fails on winx64, Cannot enable tc-log at run-time Ignore the warning. On Windows, Galera is not available so the server starts in non-XA mode when both MyRocks and InnoDB are disabled. --- storage/rocksdb/mysql-test/rocksdb/t/mariadb_plugin.test | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/mariadb_plugin.test b/storage/rocksdb/mysql-test/rocksdb/t/mariadb_plugin.test index 303c4a5e0f9..cdff6859fe9 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/mariadb_plugin.test +++ b/storage/rocksdb/mysql-test/rocksdb/t/mariadb_plugin.test @@ -5,7 +5,14 @@ --echo # MDEV-14843: Assertion `s_tx_list.size() == 0' failed in myrocks::Rdb_transaction::term_mutex --echo # +# +# On Linux, wsrep plugin is always loaded so XA is enabled at this point. +# On Windows, there is no wsrep, so we get this warning: +# Warning 1105 Cannot enable tc-log at run-time. XA features of ROCKSDB are disabled +# +--disable_warnings INSTALL SONAME 'ha_rocksdb'; +--enable_warnings CREATE TABLE t1 (i INT) ENGINE=RocksDB; insert into t1 values (1); -- cgit v1.2.1