You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Revert "MCOL-5555 Add support for startreadonly
command."
This reverts commit 441cd9d34f
.
This commit is contained in:
committed by
Leonid Fedorov
parent
041eb2ec8a
commit
6315546557
@ -753,8 +753,6 @@ class DBRM
|
||||
/* SessionManager interface */
|
||||
EXPORT const QueryContext verID();
|
||||
EXPORT const QueryContext sysCatVerID();
|
||||
EXPORT uint8_t newCpimportJob(uint32_t &jobId);
|
||||
EXPORT void finishCpimportJob(uint32_t jobId);
|
||||
EXPORT const TxnID newTxnID(const SessionManagerServer::SID session, bool block, bool isDDL = false);
|
||||
EXPORT void committed(BRM::TxnID& txnid);
|
||||
EXPORT void rolledback(BRM::TxnID& txnid);
|
||||
@ -828,8 +826,6 @@ class DBRM
|
||||
EXPORT int resume() DBRM_THROW;
|
||||
EXPORT int forceReload() DBRM_THROW;
|
||||
EXPORT int setReadOnly(bool b) DBRM_THROW;
|
||||
EXPORT int startReadOnly() DBRM_THROW;
|
||||
EXPORT int forceClearCpimportJobs() DBRM_THROW;
|
||||
EXPORT int isReadWrite() throw();
|
||||
|
||||
EXPORT bool isEMEmpty() throw();
|
||||
|
Reference in New Issue
Block a user