mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
compilation fix for AIX
This commit is contained in:
@ -100,7 +100,7 @@ public:
|
||||
/**
|
||||
* Length in 32-bit words
|
||||
*/
|
||||
static const Uint32 DataLength = 8 + NdbNodeBitmask::Size;
|
||||
STATIC_CONST( DataLength = 8 + NdbNodeBitmask::Size );
|
||||
|
||||
/**
|
||||
* Constructor(s)
|
||||
|
Reference in New Issue
Block a user