1. 26 Apr, 2005 7 commits
  2. 25 Apr, 2005 22 commits
  3. 24 Apr, 2005 5 commits
  4. 23 Apr, 2005 4 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
    • unknown's avatar
      Fix for BUG#10107: Memory leak in view over subquery: · 1bfb1070
      unknown authored
      In mysql_make_view when joining subquery lists, take into account that both lists
      can have length > 1 (see also fix for BUG#8490) 
      (note to bk trigger: this commit is about BUG#10107)
      
      
      sql/sql_view.cc:
        Fix for BUG#10107: In mysql_make_view, when joining subquery lists, take into account 
        that both lists can have length > 1 (see also fix for BUG#8490)
      1bfb1070
  5. 22 Apr, 2005 2 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 spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8d44b2d3
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug8490-2
      
      
      8d44b2d3