1. 22 Nov, 2004 4 commits
    • unknown's avatar
      removed unused variables · 404b1524
      unknown authored
          assigned "localhost" as default connectstring
          added a disconnect() first in connect()
          removed double implementation of connect code, use connect() in NdbRestarter
          removed extra "host=" in connectstring
      
      
      ndb/include/mgmapi/mgmapi.h:
        removed wrong comment
      ndb/test/include/NdbRestarter.hpp:
        removed unused variables
      ndb/test/src/NdbBackup.cpp:
        removed double implementation of connect code, use connect() in NdbRestarter
        removed extra "host=" in connectstring
      ndb/test/src/NdbRestarter.cpp:
        removed unused variables
        assigned "localhost" as default connectstring
        added a disconnect() first in connect()
      404b1524
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 366ef4fa
      unknown authored
      into mysql.com:/home/jonas/src/wl2077
      
      
      client/Makefile.am:
        Auto merged
      client/mysqladmin.cc:
        Auto merged
      ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      366ef4fa
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 5a022e7b
      unknown authored
      into mysql.com:/home/jonas/src/wl2077
      
      
      5a022e7b
    • unknown's avatar
      wl2077 - ndb, fix testDict · 9db732eb
      unknown authored
      9db732eb
  2. 21 Nov, 2004 5 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 48e8febc
      unknown authored
      into mysql.com:/home/jonas/src/wl2077
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      48e8febc
    • unknown's avatar
      wl2077 - ndb close scan - fix introduced bugs wrt premature close of scan · 9e26c327
      unknown authored
      
      ndb/src/common/debugger/signaldata/ScanTab.cpp:
        Fix printout
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Handle already closed fragments
      ndb/src/ndbapi/NdbConnectionScan.cpp:
        Better handling of SCAN_TABREF
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Removed some special cases by setting up them instead
      ndb/test/src/NDBT_Test.cpp:
        Fix createTable(false)
      ndb/tools/select_all.cpp:
        Use full scan as default
      9e26c327
    • unknown's avatar
      trx0undo.c, trx0purge.c: · 5a7198f5
      unknown authored
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      lock0lock.c:
        Let SHOW INNODB STATUS print the history list length
      
      
      innobase/lock/lock0lock.c:
        Let SHOW INNODB STATUS print the history list length
      innobase/trx/trx0purge.c:
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      innobase/trx/trx0undo.c:
        Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
      5a7198f5
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2d0011fc
      unknown authored
      into mysql.com:/orca/space/pekka/ndb/version/my41
      
      
      2d0011fc
    • unknown's avatar
      A fix and test case for Bug#6297 "prepared statement, wrong handling · 3507a52e
      unknown authored
       of <parameter> IS NULL":
      we must not only set Item::null_value in Item_param, but implement
      Item_param::is_null() to work well with IS NULL/IS NOT NULL clauses.
      
      
      mysql-test/r/ps.result:
        Test case for Bug#6297: test results fixed.
      mysql-test/t/ps.test:
        A test case for Bug#6297 "prepared statement, wrong handling of 
        <parameter> IS NULL"
      sql/item.h:
        A fix for Bug#6297: we must not only set null_value in Item_param, but
        also implement Item_param::is_null() to work well with  IS NULL/
        IS NOT NULL.
        Item::is_null() commented.
      3507a52e
  3. 19 Nov, 2004 31 commits