1. 16 Sep, 2005 2 commits
    • unknown's avatar
      ndb · d0eb3e28
      unknown authored
        remove extra ";" from test programs
      
      
      ndb/test/include/NDBT_Test.hpp:
        Remove extra ";"
      ndb/test/ndbapi/bank/BankLoad.cpp:
        Remove extra ";"
      ndb/test/ndbapi/testOIBasic.cpp:
        Remove extra ";"
      ndb/test/src/HugoCalculator.cpp:
        Remove extra ";"
      ndb/test/src/NDBT_Test.cpp:
        Remove extra ";"
      ndb/test/src/NdbBackup.cpp:
        Remove extra ";"
      ndb/test/src/NdbRestarts.cpp:
        Remove extra ";"
      d0eb3e28
    • unknown's avatar
      ndb · 97956339
      unknown authored
        impl support for querying resource usage in ndb api
        to help track down mem leaks
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbBlob.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbConnection.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbIndexOperation.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbOperation.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/include/ndbapi/NdbRecAttr.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbApiSignal.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbApiSignal.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbBlob.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbImpl.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbRecAttr.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbUtil.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/NdbUtil.hpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/Ndbif.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/Ndbinit.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/src/ndbapi/Ndblist.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      ndb/tools/restore/Restore.cpp:
        Impl. reporting of free list usage
        Put free list into handler class
      97956339
  2. 12 Sep, 2005 1 commit
  3. 11 Sep, 2005 2 commits
  4. 10 Sep, 2005 3 commits
  5. 09 Sep, 2005 11 commits
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8c129f50
      unknown authored
      into moonbone.local:/work/12695-bug-4.1-mysql
      
      
      8c129f50
    • unknown's avatar
      insert_select.result, insert_select.test: · fa13c29b
      unknown authored
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      
      
      mysql-test/t/insert_select.test:
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      mysql-test/r/insert_select.result:
        Customer's test case for bug#12695 Item_func_isnull::update_used_tables() did 
        not update const_item_cache.
      fa13c29b
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 330aa99e
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      
      330aa99e
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 · c1a3b5be
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
      
      
      c1a3b5be
    • unknown's avatar
      Merge mysql.com:/home/alexi/mysql-4.1 · 1e77e263
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-4.1-12101
      
      
      1e77e263
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · 8a9d9e79
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      
      8a9d9e79
    • unknown's avatar
      19fa54f0
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6c7f692d
      unknown authored
      into  c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug12594
      
      
      6c7f692d
    • unknown's avatar
      BUG #12101: Additional fix. · 26f8e9c9
      unknown authored
      
      sql/item_cmpfunc.cc:
        Modified Item_func_between::print(), Item_func_in::print().
        Item_func_between/in objects represent now [NOT]BETWEEN/IN expressions.
      26f8e9c9
    • unknown's avatar
      ndb · b1fab24c
      unknown authored
        new testprogram testSRBank
      
      
      BitKeeper/etc/ignore:
        Added ndb/test/ndbapi/testSRBank to the ignore list
      ndb/test/include/NDBT_Test.hpp:
        incProperty
      ndb/test/ndbapi/Makefile.am:
        new test program
      ndb/test/ndbapi/bank/Bank.cpp:
        remove endless wait until ready loop
        fix lots of retry loops to better handle error
      ndb/test/ndbapi/bank/Bank.hpp:
        remove endless wait until ready loop
        fix lots of retry loops to better handle error
      ndb/test/src/NDBT_Test.cpp:
        incProperty
      ndb/test/src/UtilTransactions.cpp:
        close transaction if failed
      ndb/test/ndbapi/testSRBank.cpp:
        New BitKeeper file ``ndb/test/ndbapi/testSRBank.cpp''
      b1fab24c
    • unknown's avatar
      Bug#12817 SHOW STATUS now blob fields · acf8d0f4
      unknown authored
         This fix is cancellation of ChangeSet
         1.2329 05/07/12 08:35:30 reggie@linux.site +8 -0
         Bug 7142  Show Fields from fails using Borland's dbExpress interface
         The reason is we can't fix bug#7142 without
         breaking of existing applications/APIs that worked fine with earlier 4.1
         bug 7142 is fixed in 5.0
      
      
      
      
      mysql-test/r/ps_1general.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_2myisam.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_3innodb.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_4heap.result:
        Bug #12817 SHOW STATUS now blob fields
      mysql-test/r/ps_5merge.result:
        Bug #12817 SHOW STATUS now blob fields
      sql/item.cc:
        Bug #12817 SHOW STATUS now blob fields
      sql/sql_show.cc:
        Bug #12817 SHOW STATUS now blob fields
      tests/mysql_client_test.c:
        Bug #12817 SHOW STATUS now blob fields
      acf8d0f4
  6. 08 Sep, 2005 20 commits
  7. 07 Sep, 2005 1 commit
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 7d64ba09
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      mysql-test/r/func_gconcat.result:
        Auto merged
      mysql-test/t/func_gconcat.test:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      7d64ba09