1. 27 Mar, 2006 16 commits
    • unknown's avatar
      removed handlerton-win.cc · 684a4bbb
      unknown authored
      now using CONFIGURE_FILE and INCLUDE to generate handlerton.cc and to set the definitions based on
      the storage engines given on the command line
      
      
      BitKeeper/deleted/.del-handlerton-win.cc~322a7e59507976df:
        Delete: sql/handlerton-win.cc
      cmakelists.txt:
        use INCLUDE to read in the cmake file generated as part of configure
        comment out the setting of /wd4996 since we are using the -D flag instead
      sql/cmakelists.txt:
        include IF() blocks for every storage engine and set two vars that are used with CONFIGURE_FILE later
        in the script.
        This CONFIGURE_FILE call replaces the need for config-handlerton.js
      win/configure.js:
        write out proper cmake code instead of just the values.
      684a4bbb
    • unknown's avatar
      netware doesnt use fork · bc7b996e
      unknown authored
      bc7b996e
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 84aae662
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      84aae662
    • unknown's avatar
      Bug #18491 cluster: node restart with pending dropeed events causes failed restart · cc1e4a46
      unknown authored
      
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Bug #18491 cluster: node restart with pending dropeed events causes failed restart
        - recreate subscriptions in correct state (dropped if dropped...)
        - handle recreated subscribers with drooped table (tab_inforef)
      cc1e4a46
    • unknown's avatar
      Merge skozlov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2f6faffc
      unknown authored
      into  mysql.com:/home/ndbdev/skozlov/mysql-5.1-new
      
      2f6faffc
    • unknown's avatar
      Merge mysql.com:/space/pekka/ndb/version/my50 · 623bd4d6
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        already fixed in 5.1
      623bd4d6
    • unknown's avatar
      ndb - bug#17380: Missing charset causes NDB Client to crash · b83aa563
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        check parseTableInfo return value to avoid coredump
        seen on solaris when charsets missing on client host
      b83aa563
    • unknown's avatar
      ATRT documentation · 6e700e11
      unknown authored
      
      storage/ndb/test/run-test/ATRT_SETUP_README.txt:
        ATRT Setup documentation
      storage/ndb/test/run-test/ATRT_USAGE_README.txt:
        ATRT Usage documentation
      6e700e11
    • unknown's avatar
      Merge mysql.com:/home/kgeorge/mysql/5.0/B15102 · 4cf2c143
      unknown authored
      into  mysql.com:/home/kgeorge/mysql/5.1/B15102
      
      
      netware/BUILD/compile-netware-START:
        Auto merged
      4cf2c143
    • unknown's avatar
      Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct) · 03671c26
      unknown authored
        Reproduced in 5.0.16-nt. Tested to work in 5.0.20
        
      
      
      mysql-test/r/group_min_max.result:
        Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct)
          Reproduced in 5.0.16-nt. Tested to be fixed in 5.0.20
      mysql-test/t/group_min_max.test:
        Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct)
          Reproduced in 5.0.16-nt. Tested to be fixed in 5.0.20
      03671c26
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6121ea4d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
      
      6121ea4d
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 368c3301
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
      
      
      storage/ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      storage/ndb/test/src/NdbBackup.cpp:
        Auto merged
      storage/ndb/test/src/NdbRestarts.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        merge
      368c3301
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/41-work · 8a76b434
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/50-work
      
      
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      ndb/test/src/NdbBackup.cpp:
        Auto merged
      ndb/test/src/NdbRestarts.cpp:
        Auto merged
      8a76b434
    • unknown's avatar
      ndb - autotest · 241377c7
      unknown authored
        Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert()
          Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
      
      
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert
          Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
      ndb/test/ndbapi/testNodeRestart.cpp:
        Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert
          Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
      ndb/test/src/NdbBackup.cpp:
        Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert
          Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
      ndb/test/src/NdbRestarts.cpp:
        Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert
          Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
      241377c7
    • unknown's avatar
      added option for netware build · 0412743a
      unknown authored
      
      netware/BUILD/compile-netware-START:
        added option for netware builds
      0412743a
    • unknown's avatar
      added option for netware build · 6d2b61ff
      unknown authored
      
      netware/BUILD/compile-netware-START:
        added option for netware builds
      6d2b61ff
  2. 26 Mar, 2006 2 commits
  3. 25 Mar, 2006 7 commits
  4. 24 Mar, 2006 15 commits