1. 13 Sep, 2004 7 commits
    • unknown's avatar
      1c5f4e69
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 04e3df11
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug-tina
      
      
      sql/handler.h:
        Auto merged
      04e3df11
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0917689e
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5428
      
      0917689e
    • unknown's avatar
      mysql.cc: · 64057186
      unknown authored
        Bug #5536: wrong server character set in "status" command
        More character set variables.
      
      
      client/mysql.cc:
        Bug #5536: wrong server character set in "status" command
        More character set variables.
      64057186
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 782f6d03
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5428
      
      
      strings/ctype-simple.c:
        Auto merged
      782f6d03
    • unknown's avatar
      Persian collation, contibuted by Jody McIntyre · b953a7a9
      unknown authored
      b953a7a9
    • unknown's avatar
      Fix for BUG#5117: · c2da5b39
      unknown authored
       * Renamed handler::estimate_number_of_rows to handler::estimate_rows_upper_bound function, which can also return "unknown"
       * made filesort to use full sort buffer if number of rows to sort is not known.
      
      
      sql/examples/ha_tina.h:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      sql/filesort.cc:
         * Fix for BUG#5117: made filesort() to use full sort buffer if number of rows to sort is not known.
         * Comments and assertion added
      sql/ha_berkeley.cc:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      sql/ha_berkeley.h:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      sql/ha_innodb.cc:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      sql/ha_innodb.h:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      sql/handler.h:
        Renamed estimate_number_of_rows -> estimate_rows_upper_bound
      c2da5b39
  2. 12 Sep, 2004 1 commit
  3. 11 Sep, 2004 3 commits
  4. 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
  5. 09 Sep, 2004 21 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
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 538bde65
      unknown authored
      into build.mysql.com:/users/tulin/mysql-4.1-ndb-merge
      
      
      ndb/include/mgmapi/mgmapi.h:
        Auto merged
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Auto merged
      ndb/src/mgmsrv/Services.cpp:
        Auto merged
      538bde65
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 869ab2ef
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      869ab2ef
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · cbaa2720
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1-ndb
      
      cbaa2720
    • unknown's avatar
      improved show command · b364665a
      unknown authored
      fixed some mutex locks for Ndb objects
      moved TranspoterFacade::stop_instance to cluster connection
      moved Socket Server::start_server outside the TransporterFacade::start_instance thread
      
      
      ndb/include/mgmapi/mgmapi.h:
        improved show command
      ndb/src/mgmapi/mgmapi.cpp:
        improved show command
      ndb/src/mgmclient/CommandInterpreter.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        improved show command
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        improved show command
      ndb/src/mgmsrv/Services.cpp:
        improved show command
      ndb/src/ndbapi/Ndbinit.cpp:
        fixed some mutex locks for Ndb objects
        moved TranspoterFacade::stop_instance to cluster connection
      ndb/src/ndbapi/TransporterFacade.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/TransporterFacade.hpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        movet Socket Server::start_server outside the TransporterFacade::start_instance thread
      b364665a
    • unknown's avatar
      Bug #5430 ctype_tis620 test failure · 262b3050
      unknown authored
      
      BitKeeper/deleted/.del-ctype_tis620-master.opt~38b79f80b9348a14:
        Delete: mysql-test/t/ctype_tis620-master.opt
      262b3050
    • unknown's avatar
      680ea7f9
    • unknown's avatar
      merge · c51e8ad2
      unknown authored
      
      ndb/include/mgmapi/mgmapi.h:
        Auto merged
      ndb/src/common/mgmcommon/NdbConfig.c:
        Auto merged
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Auto merged
      ndb/src/mgmsrv/Services.cpp:
        Auto merged
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      c51e8ad2
    • unknown's avatar
      fix NdbDictionary · 51b2b319
      unknown authored
      51b2b319
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 67a6cf3c
      unknown authored
      into poseidon.(none):/home/tomas/mysql-4.1
      
      67a6cf3c
    • unknown's avatar
      better error printouts on cannot alloc node id · 55f68b38
      unknown authored
      put ByteOrder config param back as depricated
      
      
      ndb/src/common/mgmcommon/ConfigInfo.cpp:
        put ByteOrder config param back as depricated
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        better error printouts on cannot alloc node id
      55f68b38
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · f9d68761
      unknown authored
      into build.mysql.com:/users/tulin/mysql-4.1-ndb-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      f9d68761
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 7e79b09b
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1group_concat
      
      
      sql-common/client.c:
        Auto merged
      7e79b09b
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · e40bea78
      unknown authored
      into ndbmaster.mysql.com:/ndb/clone-mysql-4.1-ndb-daily-2004-09-08
      
      e40bea78