mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
Bug#5429
Use const table * in NDB API
This commit is contained in:
@@ -110,7 +110,7 @@ protected:
|
||||
int executeCursor(int ProcessorId);
|
||||
|
||||
// Overloaded private methods from NdbOperation
|
||||
int init(NdbTableImpl* tab, NdbConnection* myConnection);
|
||||
int init(const NdbTableImpl* tab, NdbConnection* myConnection);
|
||||
int prepareSend(Uint32 TC_ConnectPtr, Uint64 TransactionId);
|
||||
int doSend(int ProcessorId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user