1. 25 Apr, 2005 3 commits
    • unknown's avatar
      bug#9749 - ndb lock upgrade · 743a5f05
      unknown authored
        post review fix.
        don't init hash value on restart operations
        make sure that lock mode is correct in entire que.
      
      
      ndb/test/ndbapi/testOperations.cpp:
        Test case also for abort case.
          (abort if not lock owner still fails!)
      743a5f05
    • unknown's avatar
      ndb - autotest · b8b130d6
      unknown authored
        add more tests to verify correctness of backups
      
      
      ndb/test/run-test/daily-basic-tests.txt:
        ndb - test
          add more tests to verify correctness of backups
      b8b130d6
    • unknown's avatar
      bug#9924 - ndb backup · 89c0d7d4
      unknown authored
        remove incorrect assertion
      
      89c0d7d4
  2. 24 Apr, 2005 1 commit
  3. 22 Apr, 2005 4 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 031447db
      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
      031447db
    • unknown's avatar
      bug#9724 - ndb restart · cfa72b01
      unknown authored
        if file already open occur print files...
      
      cfa72b01
    • unknown's avatar
      bug#9969 - ndb · 54b3ebf3
      unknown authored
        missleading error message
      
      
      ndb/test/src/NdbBackup.cpp:
        typo
      54b3ebf3
    • unknown's avatar
      bug#9924 - ndb backup abort handling · d0ac62aa
      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
      d0ac62aa
  4. 21 Apr, 2005 10 commits
  5. 20 Apr, 2005 11 commits
  6. 19 Apr, 2005 11 commits
    • unknown's avatar
      sql_select.cc: · 3dfe959c
      unknown authored
        Fixed bug #9681.
        The bug happened with queries using derived tables specified by
        a SELECT with ROLLUP, such as:
        SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2,
        if column a of table t1 is declared as NOT NULL.
        This was to the fact that the first column of the temporary table
        created to contain the derived table erroneously inherited the NOT NULL
        attribute from column a.
      olap.result, olap.test:
        Added a test case for bug #9681.
      
      
      mysql-test/t/olap.test:
        Added a test case for bug #9681.
      mysql-test/r/olap.result:
        Added a test case for bug #9681.
      sql/sql_select.cc:
        Fixed bug #9681.
        The bug happened with queries using derived tables specified by
        a SELECT with ROLLUP, such as:
        SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2,
        if column a of table t1 is declared as NOT NULL.
        This was to the fact that the first column of the temporary table
        created to contain the derived table erroneously inherited the NOT NULL
        attribute from column a.
      3dfe959c
    • unknown's avatar
      Disabled ndb tests for embedded · 1c31994f
      unknown authored
      1c31994f
    • unknown's avatar
      - manual merge · 3d727ba8
      unknown authored
      
      sql/share/Makefile.am:
        Auto merged
      3d727ba8
    • unknown's avatar
      - added missing copyright headers to several Makefile.am's (noticed · 79f3c2e9
      unknown authored
        while testing changes to the mysql-copyright scripts
      
      
      libmysqld/examples/Makefile.am:
        - added a copyright header
      sql/share/Makefile.am:
        - added a copyright header
      tools/Makefile.am:
        - added a copyright header
      79f3c2e9
    • unknown's avatar
      Bug#7806 - insert on duplicate key and auto-update of timestamp · 670eae79
      unknown authored
      Modified the check for the timestamp field so that the flags for
      the automatic for inserts and updates are cleared independently.
      
      
      mysql-test/r/type_timestamp.result:
        Bug#7806 - insert on duplicate key and auto-update of timestamp
        The test result.
      mysql-test/t/type_timestamp.test:
        Bug#7806 - insert on duplicate key and auto-update of timestamp
        The test case.
      sql/mysql_priv.h:
        Bug#7806 - insert on duplicate key and auto-update of timestamp
        Made check_insert_fields() static. It is used only in sql_insert.cc.
      sql/sql_insert.cc:
        Bug#7806 - insert on duplicate key and auto-update of timestamp
        Modified the check of the insert fields so that an explicit
        assignment of the timestamp field does only disable the automatic
        for inserts and retains the automatic for updates.
        Added a check if the update fields contain the timestamp field.
        In this case, the automatic on update is disabled, but not the
        automatic on insert. This is called from mysql_prepare_insert().
      sql/table.h:
        Bug#7806 - insert on duplicate key and auto-update of timestamp
        Extended a comment to warn about usage of enum timestamp_auto_set_type.
      670eae79
    • unknown's avatar
      Updated Docs/Makefile.am: · e1b10dbb
      unknown authored
      - fixed copyright header and removed obsolete comments about how to
        build the manual using texinfo
      - added an "install-data-hook" to install the mysql.info info page.
        This seems to be the only way to install info pages, if they are not
        built from texinfo sources directly.
      
      
      Docs/Makefile.am:
        - fixed copyright header and removed obsolete comments about how to
          build the manual using texinfo
        - added an "install-data-hook" to install the mysql.info info page.
          This seems to be the only way to install info pages, if they are not
          built from texinfo sources directly.
      e1b10dbb
    • unknown's avatar
      BUG#9568 mysql segfaults from CTRL-R · 9c370b7a
      unknown authored
       - Segfault because of passing a 64-bit pointer to 32 bit integer.
       - Add new include  config_readline.h which will calculate some new defines 
         based on what is found in config.h
       - This file was originally included in readline 4.3 as config.h.in, only the part that
          makes new defines have been moved to this file. 
      
      
      cmd-line-utils/readline/bind.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/callback.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/complete.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/display.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/funmap.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/histexpand.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/histfile.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/history.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/histsearch.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/input.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/isearch.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/keymaps.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/kill.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/macro.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/mbutil.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/misc.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/nls.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/parens.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/readline.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/rltty.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/search.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/shell.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/signals.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/terminal.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/text.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/tilde.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/undo.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/util.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/vi_mode.c:
        Include local config_readline.h instead of config.h
      cmd-line-utils/readline/xmalloc.c:
        Include local config_readline.h instead of config.h
      9c370b7a
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 589344df
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      589344df
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · f45ff698
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      f45ff698
    • unknown's avatar
    • unknown's avatar
      CSC5149 - ndb test programs · 93437768
      unknown authored
        Fix src distributions for benchmark prg
      
      93437768