1. 15 Sep, 2004 4 commits
  2. 14 Sep, 2004 26 commits
    • unknown's avatar
      Merge mskold@build.mysql.com:/home/bk/mysql-4.1 · bdc21869
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      
      bdc21869
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 067241d5
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      
      067241d5
    • unknown's avatar
      Merge mskold@build.mysql.com:/home/bk/mysql-4.1 · 59f2dc39
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
      
      
      ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionary.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      59f2dc39
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · d467ad24
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
      
      
      d467ad24
    • unknown's avatar
    • unknown's avatar
      Added testcase for select count() during transaction with failures · 0deb4c41
      unknown authored
      added fix for keeping "records" up to date when execute() fails
      
      
      mysql-test/r/ndb_insert.result:
        Added testcase for select count() during transaction with failures
      mysql-test/t/ndb_insert.test:
        Added testcase for select count() during transaction with failures
      sql/ha_ndbcluster.cc:
        added fix for keeping "records" up to date when execute() fails
      sql/ha_ndbcluster.h:
        added fix for keeping "records" up to date when execute() fails
      0deb4c41
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b51118aa
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      b51118aa
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 86dc9605
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      86dc9605
    • unknown's avatar
      new method to set size of local table data · 2ed29f93
      unknown authored
      clearer configure description texts
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      moved allocation/deletion of Ndb objects to Thd_ndb
      
      
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method to set size of local table data
      ndb/src/mgmsrv/ConfigInfo.cpp:
        clearer configure description texts
      ndb/src/ndbapi/DictCache.cpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/DictCache.hpp:
        changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        new method to set size of local table data
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        new method to set size of local table data
      sql/ha_ndbcluster.cc:
        new method to set size of local table data
        moved allocation/deletion of Ndb objects to Thd_ndb
      sql/ha_ndbcluster.h:
        move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
      2ed29f93
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · dbd8e761
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      
      dbd8e761
    • unknown's avatar
      BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT. · b4e557fd
      unknown authored
      Added a check to recover from IGNORE_SPACE in this situation: 
      <ident-character(s)><space><dot><ident-character(s)>
      The ignored space led to the false identification of the dot
      as an ident separator (like "db.table").
      
      
      mysql-test/r/sql_mode.result:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added the test results.
      mysql-test/t/sql_mode.test:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added new tests for the bug.
      sql/sql_lex.cc:
        BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
        Added code to recover from skipped spaces in mode IGNORE_SPACES,
        when testing for an ident separator (which happens to be a dot).
      b4e557fd
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 37125a77
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      37125a77
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 714667b4
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      714667b4
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · e7f4e54c
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      e7f4e54c
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e02422c
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      
      4e02422c
    • unknown's avatar
      moved all ndb thread specific data into new placeholder · 2e43e470
      unknown authored
      new methods to keep "records" up to date
      unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      new methods to keep "records" up to datecorrect record field in ndbcluster handler
      new method for ndbcluster handler to store/retrieve table and thread specific data
      changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      hanged deleteKey to return ponter to deleted object
      moved heavy global cache fetch from inline to separate method
      
      
      mysql-test/r/ndb_alter_table.result:
        correct record field in ndbcluster handler
      mysql-test/r/ndb_blob.result:
        correct record field in ndbcluster handler
      ndb/include/ndbapi/NdbDictionary.hpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/DictCache.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/DictCache.hpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
      ndb/src/ndbapi/Ndb.cpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbDictionary.cpp:
        new method for ndbcluster handler to store/retrieve table and thread specific data
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
        moved heavy global cache fetch from inline to separate method
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        replaced method DictionaryImpl::getTable with DictionaryImpl::get_local_table_info
      ndb/src/ndbapi/NdbLinHash.hpp:
        changed deleteKey to return ponter to deleted object
      sql/ha_ndbcluster.cc:
        moved all ndb thread specific data into new placeholder
        new methods to keep "records" up to date
        unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
      sql/ha_ndbcluster.h:
        new methods to keep "records" up to date
      sql/sql_class.h:
        moved all ndb thread specific data into new placeholder
      2e43e470
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 68e80952
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      
      sql/item_strfunc.cc:
        Auto merged
      68e80952
    • unknown's avatar
      ctype-ucs2.c: · 373f1b70
      unknown authored
        Bug#5523 Test failure: 'ctype_uca'
        Type cast should have been applied to shift and bit-and operation results, not to min_sort_char/max_sort_char before the operation.
      
      
      strings/ctype-ucs2.c:
        Bug#5523 Test failure: 'ctype_uca'
        Type cast should have been applied to shift and bit-and operation results, not to min_sort_char/max_sort_char before the operation.
      373f1b70
    • unknown's avatar
      Syntax correction for bug#5560. · 7226dc51
      unknown authored
      
      tests/client_test.c:
        Pointer arithmetic on array names is not allowed in all compilers,
        rather use array elements and the address operator (bug#5560).
      7226dc51
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · f21c7b17
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      f21c7b17
    • unknown's avatar
      removed printout · 1d014ceb
      unknown authored
      1d014ceb
    • unknown's avatar
      0f720966
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6a9a52e7
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.5396
      
      
      6a9a52e7
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · a6000443
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.5396
      
      
      a6000443
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 81bca0a5
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.4815
      
      
      81bca0a5
    • unknown's avatar
      Merging · ded74336
      unknown authored
      
      sql/sql_table.cc:
        Auto merged
      ded74336
  3. 13 Sep, 2004 10 commits