1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00
Use const table * in NDB API
This commit is contained in:
joreland@mysql.com
2004-09-07 21:53:59 +02:00
parent aa27f0ed75
commit e8566a205a
16 changed files with 167 additions and 102 deletions

View File

@@ -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);