You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Merge branch 'develop-1.2' into develop-merge-up-20190425
This commit is contained in:
@ -2080,7 +2080,8 @@ int ha_calpont_impl_commit_ (handlerton* hton, THD* thd, bool all, cal_connectio
|
||||
thd->infinidb_vtable.vtable_state == THD::INFINIDB_SELECT_VTABLE )
|
||||
return rc;
|
||||
|
||||
if (thd->slave_thread) return 0;
|
||||
if (thd->slave_thread && !ci.replicationEnabled)
|
||||
return 0;
|
||||
|
||||
std::string command("COMMIT");
|
||||
#ifdef INFINIDB_DEBUG
|
||||
|
Reference in New Issue
Block a user