• unknown's avatar
    Sun compiler fixes. · f8d126a0
    unknown authored
    
    storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
      Fix Sun compiler bug: does not recognize that foo(t *) and foo(t * const)
      are the same function.
    storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
      Add missing return value, otherwise Sun compiler complains.
    f8d126a0
ndbd_malloc_impl.cpp 8.87 KB