mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
wl2077 moved inline to .hpp file
This commit is contained in:
@ -53,11 +53,11 @@ public:
|
||||
int selectCount(Ndb*,
|
||||
int parallelism = 0,
|
||||
int* count_rows = NULL,
|
||||
ScanLock lock = SL_Read,
|
||||
NdbOperation::LockMode lm = NdbOperation::LM_CommittedRead,
|
||||
NdbConnection* pTrans = NULL);
|
||||
int scanReadRecords(Ndb*,
|
||||
int parallelism,
|
||||
bool exclusive,
|
||||
NdbOperation::LockMode lm,
|
||||
int records,
|
||||
int noAttribs,
|
||||
int* attrib_list,
|
||||
|
Reference in New Issue
Block a user