1. 16 Sep, 2004 1 commit
    • unknown's avatar
      wl1668 - · e8c7c2c8
      unknown authored
      Add support for getting events via mgmapi
      removed all traces of stat port
      
      
      BitKeeper/deleted/.del-NodeLogLevel.cpp~324045b93af7123b:
        Delete: ndb/src/mgmsrv/NodeLogLevel.cpp
      BitKeeper/deleted/.del-NodeLogLevel.hpp~4f4ab0fe52fb497c:
        Delete: ndb/src/mgmsrv/NodeLogLevel.hpp
      BitKeeper/deleted/.del-NodeLogLevelList.cpp~97dc9c909e3e92bf:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.cpp
      BitKeeper/deleted/.del-NodeLogLevelList.hpp~ef567dd850abddc7:
        Delete: ndb/src/mgmsrv/NodeLogLevelList.hpp
      ndb/include/debugger/EventLogger.hpp:
        Split EventLogger into two classes
      ndb/include/kernel/LogLevel.hpp:
        Add some nice to have methods + use uint8 for storage
      ndb/include/kernel/signaldata/EventSubscribeReq.hpp:
        operator=
      ndb/include/kernel/signaldata/SetLogLevelOrd.hpp:
        operator=
      ndb/include/mgmapi/mgmapi.h:
        remove deprecated vars
      ndb/src/common/debugger/EventLogger.cpp:
        Split into 2
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Remove hardcoded mgm stuff
      ndb/src/mgmsrv/CommandInterpreter.cpp:
        #if 0
        some deprecated code
      ndb/src/mgmsrv/Makefile.am:
        remove NodeLogLevel*
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Remove dead code
        Handle multiple event listeners in mgmapi
      ndb/src/mgmsrv/Services.cpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/Services.hpp:
        listen event method in mgmapi
      ndb/src/mgmsrv/main.cpp:
        remove stat port
      e8c7c2c8
  2. 15 Sep, 2004 16 commits
  3. 14 Sep, 2004 23 commits
    • unknown's avatar
    • unknown's avatar
      Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...) · a8bb112e
      unknown authored
      
      acinclude.m4:
        Fix warnings reported by aclocal > 1.8
      configure.in:
        Fix warnings reported by aclocal > 1.8
      a8bb112e
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 97d39671
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      97d39671
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 447091f7
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
      
      447091f7
    • unknown's avatar
    • unknown's avatar
      Added testcase for select count() during transaction with failures · ccddfc8e
      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
      ccddfc8e
    • unknown's avatar
      code clean-up · 764600d1
      unknown authored
      
      sql/sql_repl.cc:
        code clean-up: we can use thd here.
      764600d1
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · d2774080
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      d2774080
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 7a68a4ba
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      7a68a4ba
    • unknown's avatar
      new method to set size of local table data · de9882e3
      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
      de9882e3
    • unknown's avatar
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · b993de89
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-bug5318
      
      b993de89
    • unknown's avatar
      BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT. · efba2225
      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).
      efba2225
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 92cca4f0
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      92cca4f0
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b097a831
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      b097a831
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 292710ef
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      292710ef
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5e979e11
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      5e979e11
    • unknown's avatar
      moved all ndb thread specific data into new placeholder · 81e97da3
      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
      81e97da3
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9fd666b4
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
      
      
      sql/item_strfunc.cc:
        Auto merged
      9fd666b4
    • unknown's avatar
      ctype-ucs2.c: · 5afa005e
      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.
      5afa005e
    • unknown's avatar
      Syntax correction for bug#5560. · d81b7935
      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).
      d81b7935
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · d496b440
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      d496b440
    • unknown's avatar
      removed printout · 042b3cd7
      unknown authored
      042b3cd7