1. 03 Mar, 2006 1 commit
  2. 02 Mar, 2006 1 commit
    • unknown's avatar
      ndb dd · 685c1fb3
      unknown authored
        Make Dbtup::Extent_info use RWPool for dynamic memory
      
      
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Use DLCFifoList as noOfElement() is _very_ slow
      storage/ndb/src/kernel/blocks/backup/Backup.hpp:
        Use DLCFifoList as noOfElement() is _very_ slow
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        remove usage of DLHashTable::release(ptr, key)
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        remove usage of DLHashTable::release(ptr, key)
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Use RWPool for extent_info
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Use RWPool for extent_info
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Use RWPool for extent_info
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Use RWPool for extent_info
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        Use RWPool for extent_info
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix assertion when using multiple undo files...
      storage/ndb/src/kernel/vm/DLHashTable.hpp:
        Add template arg (pool) to DLHashTable
      storage/ndb/src/kernel/vm/DLList.hpp:
        Add template arg (pool) to DLList
      storage/ndb/src/kernel/vm/RWPool.cpp:
        Add debug printout
      storage/ndb/src/kernel/vm/RWPool.hpp:
        Add #ifdef to WOPool
      storage/ndb/src/kernel/vm/SLList.hpp:
        Add template arg (pool) to SLList
      storage/ndb/src/kernel/vm/SimulatedBlock.hpp:
        Include pools
      storage/ndb/src/kernel/vm/WOPool.hpp:
        Add #ifdef to WOPool
      685c1fb3
  3. 01 Mar, 2006 15 commits
  4. 28 Feb, 2006 23 commits
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · ebcf6ec6
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      mysql-test/t/mysqltest.test:
        Auto merged
      ebcf6ec6
    • unknown's avatar
      mysqltest.test: · bf912125
      unknown authored
        Add real_sleep tests.
      
      
      mysql-test/t/mysqltest.test:
        Add real_sleep tests.
      bf912125
    • unknown's avatar
      Merge · 3addd306
      unknown authored
      
      configure.in:
        Auto merged
      client/mysqlimport.c:
        Auto merged
      include/config-win.h:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      scripts/mysql_fix_privilege_tables.sql:
        Auto merged
      sql/field.h:
        Auto merged
      sql/log_event.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      mysql-test/t/mysqldump.test:
        SCCS merged
      3addd306
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 · 560f40b6
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      560f40b6
    • unknown's avatar
      mysqltest.c: · 618bd0a5
      unknown authored
        expand tab
      
      
      client/mysqltest.c:
        expand tab
      618bd0a5
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · 74ee3a12
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      74ee3a12
    • unknown's avatar
      mysql-test-run.sh: · 8d5f0fcd
      unknown authored
        Fix URLs.
      README:
        Fix URL.
      mysqltest.result:
        Update test result for real_sleep error message.
      mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      
      
      client/mysqltest.c:
        Fix do_sleep() to print correct command name for real_sleep.
      mysql-test/r/mysqltest.result:
        Update test result for real_sleep error message.
      mysql-test/README:
        Fix URL.
      mysql-test/mysql-test-run.sh:
        Fix URLs.
      8d5f0fcd
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 · f6d7a36a
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      client/mysqltest.c:
        Auto merged
      f6d7a36a
    • unknown's avatar
      mysqltest.c: · 046530d5
      unknown authored
        Fix reference to incorrect (non-existent) options in comment.
      
      
      client/mysqltest.c:
        Fix reference to incorrect (non-existent) options in comment.
      046530d5
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · df0cab0b
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        Auto merged
      df0cab0b
    • unknown's avatar
      mysqltest.c: · 9099fb2d
      unknown authored
        Correct/clarify comments.
      
      
      client/mysqltest.c:
        Correct/clarify comments.
      9099fb2d
    • unknown's avatar
      fix compiler warnings: precision loses, unused vars · 11c7dbd3
      unknown authored
      the warnings came from MSFT compiler (output of pushbuild)
      
      
      sql/event.cc:
        fix compiler warnings: precision loses, unused vars
      sql/event_executor.cc:
        fix compiler warnings: precision loses, unused vars
      sql/event_timed.cc:
        fix compiler warnings: precision loses, unused vars
      11c7dbd3
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 · 604d4820
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      client/mysqltest.c:
        Auto merged
      604d4820
    • unknown's avatar
      mysqltest.c: · 773c1e04
      unknown authored
        Fix typos.
      
      
      client/mysqltest.c:
        Fix typos.
      773c1e04
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1 · 71dd6057
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
      
      
      client/mysqltest.c:
        y
        manual merge
      71dd6057
    • unknown's avatar
      mysqltest.c: · 46c82ab1
      unknown authored
        Fix typos.
      
      
      client/mysqltest.c:
        Fix typos.
      46c82ab1
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6f91d118
      unknown authored
      into lmy004.:/work/mysql-5.1-bug16537
      
      
      6f91d118
    • unknown's avatar
      class event_timed -> Event_timed · 58a6d96c
      unknown authored
      fix for bug#17793 (Scheduler uses class event_timed should be Event_timed)
      
      
      sql/event.cc:
        class event_timed -> Event_timed
      sql/event.h:
        class event_timed -> Event_timed
      sql/event_executor.cc:
        class event_timed -> Event_timed
      sql/event_priv.h:
        class event_timed -> Event_timed
      sql/event_timed.cc:
        class event_timed -> Event_timed
      sql/sql_lex.h:
        class event_timed -> Event_timed
      sql/sql_show.cc:
        class event_timed -> Event_timed
      sql/sql_yacc.yy:
        class event_timed -> Event_timed
      58a6d96c
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 59b6ab1f
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      
      59b6ab1f
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0c4ef915
      unknown authored
      into lmy004.:/work/mysql-5.1-bug16537
      
      
      0c4ef915
    • unknown's avatar
      don't use magic numbers when there are already constants · 9a720dfa
      unknown authored
      (forgotten to be committed)
      
      
      9a720dfa
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 1 · ef5b8beb
      unknown authored
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      storage/ndb/src/ndbapi/ndberror.c:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      ef5b8beb
    • unknown's avatar
      Updated new tests from Lars review · c6d8d3ea
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test:
        Updated from review comments
      mysql-test/include/rpl_multi_engine3.inc:
        Updated from review comments
      c6d8d3ea