1. 14 Sep, 2004 1 commit
  2. 13 Sep, 2004 17 commits
  3. 12 Sep, 2004 3 commits
  4. 11 Sep, 2004 4 commits
  5. 10 Sep, 2004 9 commits
    • unknown's avatar
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 9d80a396
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      
      9d80a396
    • unknown's avatar
      removed shaky test case · cd573513
      unknown authored
      cd573513
    • unknown's avatar
      configure.in: · d4e230af
      unknown authored
        bumped up version to 3.5.1
      
      
      configure.in:
        bumped up version to 3.5.1
      d4e230af
    • unknown's avatar
      BUG#4788 - show create table provides incorrect statement. · 7c80446c
      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.
      7c80446c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0c140b7b
      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
      0c140b7b
    • unknown's avatar
      Fix for bug #5396(libmysql depends on SSL) · 8eb279d4
      unknown authored
      Since libmysqld has libmysql's capabilities it needs lssl to compile
      
      
      scripts/mysql_config.sh:
        client libraries added to the embedded_libs
      8eb279d4
    • unknown's avatar
      bug#5435 · 9c71d59d
      unknown authored
      9c71d59d
    • unknown's avatar
      information about different variables agged to query cache (BUG#5515, BUG#5394) · 32dc386d
      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
      32dc386d
  6. 09 Sep, 2004 6 commits
    • unknown's avatar
      removed debug printout that slipped in · dc37e041
      unknown authored
      dc37e041
    • unknown's avatar
      fixed compile error · e2252a49
      unknown authored
      e2252a49
    • unknown's avatar
      added possibility to use comma-separated connectstring · fb7d91e7
      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
      fb7d91e7
    • unknown's avatar
      Merge · dc21dcd2
      unknown authored
      
      ndb/src/mgmsrv/main.cpp:
        Auto merged
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        SCCS merged
      dc21dcd2
    • unknown's avatar
      main.cpp: · 4ea4e9ee
      unknown authored
        removed shhor switch for nodaemon
      
      
      ndb/src/mgmsrv/main.cpp:
        removed shhor switch for nodaemon
      4ea4e9ee
    • unknown's avatar
      MgmtSrvr.cpp: · 0450e21c
      unknown authored
        Added ability to force heartbeat
      
      
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        Added ability to force heartbeat
      0450e21c