Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After fix for MDEV-14843 Buildbot started to show a failure like this:
http://buildbot.askmonty.org/buildbot/builders/winx64-packages/builds/7524
rocksdb.mariadb_plugin w4 [ fail ]
|
Test ended at 2018-03-27 18:23:22
|
 |
CURRENT_TEST: rocksdb.mariadb_plugin
|
--- D:/winx64-packages/build/src/storage/rocksdb/mysql-test/rocksdb/r/mariadb_plugin.result 2018-03-27 17:39:12.000000000 +0000
|
+++ D:\winx64-packages\build\src\storage\rocksdb\mysql-test\rocksdb\r\mariadb_plugin.reject 2018-03-27 18:23:22.677759000 +0000
|
@@ -2,6 +2,8 @@
|
# MDEV-14843: Assertion `s_tx_list.size() == 0' failed in myrocks::Rdb_transaction::term_mutex
|
#
|
INSTALL SONAME 'ha_rocksdb';
|
+Warnings:
|
+Warning 1105 Cannot enable tc-log at run-time. XA features of ROCKSDB are disabled
|
CREATE TABLE t1 (i INT) ENGINE=RocksDB;
|
insert into t1 values (1);
|
connect con1,localhost,root,,;
|