1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

fix compiler warnings in ndb

This commit is contained in:
unknown
2004-05-10 11:50:17 +02:00
parent c6bc3cfb84
commit 1765291469
32 changed files with 62 additions and 104 deletions

View File

@@ -153,7 +153,7 @@ public:
private:
bool m_logDistributed;
int m_ownNodeId;
Uint32 m_ownNodeId;
FILE * outputStream;
int log(int cmd, BlockNumber bno, LogMode logMode);