1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#3023 (RBR: Use locks in a statement-like manner):

Adaptions to make it work with NDB.
This commit is contained in:
mats@mysql.com
2006-02-24 16:19:55 +01:00
parent 43bc3c4068
commit 101edab125
53 changed files with 647 additions and 503 deletions

View File

@ -1907,8 +1907,6 @@ public:
{ return COMPATIBLE_DATA_NO; }
private:
friend int ndb_add_binlog_index(THD *, void *);
/*
Row-level primitives for storage engines. These should be
overridden by the storage engine class. To call these methods, use