1. 14 Sep, 2004 2 commits
    • 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
      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
  2. 13 Sep, 2004 15 commits
  3. 12 Sep, 2004 3 commits
  4. 11 Sep, 2004 4 commits
  5. 10 Sep, 2004 8 commits
    • unknown's avatar
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · b7fc41f9
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      b7fc41f9
    • unknown's avatar
      removed shaky test case · 95034884
      unknown authored
      95034884
    • unknown's avatar
      configure.in: · 5fc7225c
      unknown authored
        bumped up version to 3.5.1
      
      
      configure.in:
        bumped up version to 3.5.1
      5fc7225c
    • unknown's avatar
      BUG#4788 - show create table provides incorrect statement. · c882f80c
      unknown authored
      Added code to adjust the field_length of user variables 
      in dependence on the field type.
      Aded new constants for numeric field widths.
      
      
      include/mysql_com.h:
        BUG#4788 - show create table provides incorrect statement.
        Introduced definitions for default field width of numeric types.
        So common values can be used at different places in the code.
      mysql-test/r/variables.result:
        BUG#4788 - show create table provides incorrect statement.
        New test results.
      mysql-test/t/variables.test:
        BUG#4788 - show create table provides incorrect statement.
        Added a test for the bug.
      sql/item_func.cc:
        BUG#4788 - show create table provides incorrect statement.
        Added code to adjust the field_length of user variables 
        in dependence on the field type.
      sql/sql_parse.cc:
        BUG#4788 - show create table provides incorrect statement.
        Changed numeric literals to the new constants.
      c882f80c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9f4ad6cb
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      
      ndb/src/common/mgmcommon/NdbConfig.c:
        Auto merged
      ndb/src/ndbapi/ClusterMgr.cpp:
        Auto merged
      9f4ad6cb
    • unknown's avatar
      bug#5435 · 04893039
      unknown authored
      04893039
    • unknown's avatar
      information about different variables agged to query cache (BUG#5515, BUG#5394) · 7cdf2716
      unknown authored
      
      mysql-test/r/query_cache.result:
        test of QC with different variables
      mysql-test/t/query_cache.test:
        test of QC with different variables
      sql/mysql_priv.h:
        new information for query key calculation
      sql/sql_cache.cc:
        new information for query key calculation
      sql/sql_cache.h:
        removed unused definitions
      7cdf2716
  6. 09 Sep, 2004 8 commits
    • unknown's avatar
      removed debug printout that slipped in · 77c17b8c
      unknown authored
      77c17b8c
    • unknown's avatar
      fixed compile error · a4d29022
      unknown authored
      a4d29022
    • unknown's avatar
      added possibility to use comma-separated connectstring · 4d0cd0cd
      unknown authored
      compile error/warning fixes
      added force of heartbeat
      added ability to force heartbeat
      
      
      ndb/src/common/mgmcommon/LocalConfig.cpp:
        added possibility to use comma-separated connectstring
      ndb/src/common/mgmcommon/NdbConfig.c:
        compile error/warning fixes
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        added force of heartbeat
      ndb/src/mgmsrv/main.cpp:
        changed help text
      ndb/src/ndbapi/ClusterMgr.cpp:
        added ability to force heartbeat
      ndb/src/ndbapi/Ndbinit.cpp:
        added comment
      4d0cd0cd
    • unknown's avatar
      Merge · 951f3f2b
      unknown authored
      
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        SCCS merged
      951f3f2b
    • unknown's avatar
      main.cpp: · 80296131
      unknown authored
        removed shhor switch for nodaemon
      
      
      ndb/src/mgmsrv/main.cpp:
        removed shhor switch for nodaemon
      80296131
    • unknown's avatar
      MgmtSrvr.cpp: · 0d72191c
      unknown authored
        Added ability to force heartbeat
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Added ability to force heartbeat
      0d72191c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · b33a3238
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
      
      b33a3238
    • unknown's avatar
      mysql_protocols.result: · 57094003
      unknown authored
        fix test result.
      
      
      mysql-test/r/mysql_protocols.result:
        fix test result.
      57094003