• unknown's avatar
    BUG#29186 Return error to client in the following condition: · dc7ee1f3
    unknown authored
              1: Create a log file which is larger than 4G in 32-bit host.
              2: Create a data file (tablespace) which is larger than 4G in 32-bit host.
    
    
    storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp:
      Add error code for log file too large
    storage/ndb/src/kernel/blocks/ERROR_codes.txt:
      Add error insert code in lgman and tsman
    storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
      Add error code definination of lgman and tsman
    storage/ndb/src/kernel/blocks/lgman.cpp:
      Return REF when log file more than 4G in 32-bits host
    storage/ndb/src/kernel/blocks/tsman.cpp:
      return FER when data file larger than 4G in 32-bits host
    storage/ndb/src/ndbapi/ndberror.c:
      Add describe of new errorCode
    storage/ndb/test/ndbapi/testDict.cpp:
      Add test case for bug29186
    dc7ee1f3
testDict.cpp 80.8 KB