1. 25 Apr, 2005 4 commits
  2. 24 Apr, 2005 3 commits
  3. 23 Apr, 2005 3 commits
    • unknown's avatar
      ndb - post merge 4.1->5.0 · 90df3f7f
      unknown authored
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        post merge 4.1->5.0
      ndb/src/ndbapi/ndberror.c:
        post merge 4.1->5.0
      ndb/test/ndbapi/testOIBasic.cpp:
        post merge 4.1->5.0
      90df3f7f
    • unknown's avatar
      Merge · 49fa63df
      unknown authored
      
      ndb/include/kernel/signaldata/TuxMaint.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        merge from 4.1
      ndb/test/ndbapi/testOIBasic.cpp:
        merge from 4.1
      49fa63df
    • unknown's avatar
      ndb - bug#10029 fix · ffb64880
      unknown authored
      
      ndb/include/kernel/signaldata/TuxMaint.hpp:
        handle multipl index update failure atomically
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        handle multipl index update failure atomically
      ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        handle multipl index update failure atomically
      ndb/src/kernel/blocks/dbtup/Notes.txt:
        handle multipl index update failure atomically
      ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp:
        handle multipl index update failure atomically
      ndb/src/ndbapi/ndberror.c:
        handle multipl index update failure atomically
      ndb/test/ndbapi/testOIBasic.cpp:
        handle multipl index update failure atomically
      ffb64880
  4. 22 Apr, 2005 19 commits
    • unknown's avatar
      Fixes for BUG#10039 "MEMORY engine is reported as HEAP", · f5c3843c
      unknown authored
      BUG#9738 "SHOW VARIABLES still displays the deprecated 'log_update' in 5.0",
      BUG#9542 "MySQL dies with signal 11 when it is using non-existent location of binary logs"
      
      
      
      mysql-test/r/create.result:
        MEMORY, not HEAP
      mysql-test/r/ps_1general.result:
        order changed in SHOW STORAGE ENGINES
      mysql-test/r/variables.result:
        MEMORY, not HEAP
      sql/handler.cc:
        the array of storage engine names is searched in index order, so we must put the preferred name
        before the alias so that the preferred name is printed by MySQL instead of the alias.
      sql/log.cc:
        TC_LOG::open(): don't try to open if the index (relevant only for binlog TC log)
        could not be opened.
      sql/set_var.cc:
        --log-update is deprecated and replaced by --log-bin so don't show log_update in SHOW VARIABLES.
      f5c3843c
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · c3e4d6a2
      unknown authored
      into mysql.com:/home/mydev/mysql-5.0-5000
      
      
      c3e4d6a2
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · af4c58e0
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      af4c58e0
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · 179451fc
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      
      179451fc
    • unknown's avatar
      Merge · abc3a360
      unknown authored
      
      sql/ha_ndbcluster.cc:
        Auto merged
      abc3a360
    • unknown's avatar
      Bug#7806 - insert on duplicate key and auto-update of timestamp · ac6d9b2e
      unknown authored
      Merged fix for bugfix to 5.0.
      
      
      sql/table.h:
        Auto merged
      ac6d9b2e
    • unknown's avatar
      639d4295
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 12a176c8
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      12a176c8
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · c795511c
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      c795511c
    • unknown's avatar
      Fixed BUG#9004: Inconsistent behaviour of SP re. warnings · 83a8ee38
      unknown authored
      
      mysql-test/r/sp.result:
        New test case for BUG#9004.
        Also updated some other results, since formerly "invisible" (but correct)
        warnings now are visible.
      mysql-test/t/sp.test:
        New test case for BUG#9004.
      sql/sql_error.cc:
        Don't reset warnings while executing a stored routine.
      sql/sql_parse.cc:
        Don't reset warnings while executing a stored routine.
      83a8ee38
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · ad8e2dcf
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      ad8e2dcf
    • unknown's avatar
      Bug#7806 - insert on duplicate key and auto-update of timestamp · 3431b217
      unknown authored
      A fix of the original patch.
      Correctly clear a bit from an enum value.
      
      
      3431b217
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 83179e8d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      83179e8d
    • unknown's avatar
      bug#9724 - ndb restart · feb48228
      unknown authored
        if file already open occur print files...
      
      
      feb48228
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 7404c983
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      ndb/test/src/NdbBackup.cpp:
        Auto merged
      7404c983
    • unknown's avatar
      bug#9969 - ndb · d69c6e85
      unknown authored
        missleading error message
      
      
      ndb/test/src/NdbBackup.cpp:
        typo
      d69c6e85
    • unknown's avatar
      merge · 1f8b9551
      unknown authored
      
      ndb/src/kernel/blocks/backup/Backup.hpp:
        Auto merged
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Auto merged
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      ndb/test/ndbapi/testBackup.cpp:
        Auto merged
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      ndb/test/src/NdbBackup.cpp:
        Auto merged
      1f8b9551
    • unknown's avatar
      bug#9924 - ndb backup abort handling · d9faad9c
      unknown authored
        Redo abort handling according to descr. in Backup.txt
      bug#9960 - ndb backup
            increase wait completed timeout to 48 hours
      
      
      ndb/include/kernel/signaldata/BackupImpl.hpp:
        Add nodeid to reply to be able to fake reply during NF
      ndb/include/kernel/signaldata/BackupSignalData.hpp:
        new error codes
      ndb/src/common/debugger/signaldata/BackupImpl.cpp:
        fix printout
      ndb/src/kernel/blocks/backup/Backup.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.hpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/Backup.txt:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        bug#9924 - ndb backup abort handling
          Redo abort handling according to descr. in Backup.txt
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Init own version
      ndb/src/mgmapi/mgmapi.cpp:
        bug#9960 - ndb backup
          increase wait completed timeout to 48 hours
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp:
        Handle node failures activly
          (mainly for backup...)
      ndb/src/ndbapi/ndberror.c:
        new error codes
      ndb/test/ndbapi/testBackup.cpp:
        fix return codes
      ndb/test/run-test/daily-basic-tests.txt:
        Add failure test cases to autotest
      ndb/test/src/NdbBackup.cpp:
        fix error codes
        introduce checking of backup resources after each test
      d9faad9c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 279880c2
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-bg9486
      
      
      sql/sp_head.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      279880c2
  5. 21 Apr, 2005 11 commits