mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push ndb/src/ndbapi/NdbImpl.hpp: Auto merged ndb/src/ndbapi/NdbRecAttr.cpp: Auto merged ndb/src/ndbapi/ndb_cluster_connection.cpp: Auto merged
This commit is contained in:
commit
3f39dd450e
9 changed files with 241 additions and 10 deletions
|
|
@ -78,6 +78,8 @@ public:
|
|||
LqhDumpAllScanRec = 2301,
|
||||
LqhDumpAllActiveScanRec = 2302,
|
||||
LqhDumpLcpState = 2303,
|
||||
LqhErrorInsert5042 = 2315,
|
||||
|
||||
AccDumpOneScanRec = 2400,
|
||||
AccDumpAllScanRec = 2401,
|
||||
AccDumpAllActiveScanRec = 2402,
|
||||
|
|
|
|||
|
|
@ -57,5 +57,8 @@ char ndb_version_string_buf[NDB_VERSION_STRING_BUF_SZ];
|
|||
*/
|
||||
/*#define NDB_VERSION_ID 0*/
|
||||
|
||||
#define NDBD_INCL_NODECONF_VERSION_4 MAKE_VERSION(4,1,17)
|
||||
#define NDBD_INCL_NODECONF_VERSION_5 MAKE_VERSION(5,0,18)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue