summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/vm/LongSignal.hpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-26 09:48:01 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-26 09:48:01 +0000
commitb5039930582f4e92555adbad7dd4254da2817676 (patch)
tree029912e94fec91f6777287d43c23adcaa15f9591 /ndb/src/kernel/vm/LongSignal.hpp
parent6479fd3d4076184f4de6918f98e3d196213e765b (diff)
downloadmariadb-git-b5039930582f4e92555adbad7dd4254da2817676.tar.gz
compilation fix for AIX
Diffstat (limited to 'ndb/src/kernel/vm/LongSignal.hpp')
-rw-r--r--ndb/src/kernel/vm/LongSignal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/kernel/vm/LongSignal.hpp b/ndb/src/kernel/vm/LongSignal.hpp
index dfbfdb456da..f9ed443d995 100644
--- a/ndb/src/kernel/vm/LongSignal.hpp
+++ b/ndb/src/kernel/vm/LongSignal.hpp
@@ -25,7 +25,7 @@
*/
struct SectionSegment {
- static const Uint32 DataLength = 60;
+ STATIC_CONST( DataLength = 60 );
Uint32 m_ownerRef;
Uint32 m_sz;