1. 14 Sep, 2004 3 commits
  2. 13 Sep, 2004 20 commits
    • unknown's avatar
      Fix ; when compiling release · b39ddcf9
      unknown authored
      b39ddcf9
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 21d95d33
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      21d95d33
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ · f0e23df6
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      f0e23df6
    • unknown's avatar
      Merged · f87754fb
      unknown authored
      
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Go with the new solution
      f87754fb
    • unknown's avatar
      WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. · 5a464356
      unknown authored
      
      include/my_base.h:
        Added new bit to table create options
        Removed old error code HA_ERR_OLD_METADAT and reused it for HA_ERR_NO_SUCH_TABLE.
      mysql-test/r/ndb_autodiscover.result:
        Updated test cases
      mysql-test/t/ndb_autodiscover.test:
        Updated test cases
      mysql-test/t/ndb_autodiscover2.test:
        Updated test cases
      sql/discover.cc:
        Moved function create_table_from_handler to handler.cc
      sql/ha_ndbcluster.cc:
        Improved discover functionality
        Added .ndb file
        Changed error code mappings for a table that does not exist in engine
        Check for ndb object in THD
        Updated ndbcluster_discover, ndbcluster_list_tables and ndbcluster_can_discover
      sql/ha_ndbcluster.h:
        Improved discover
      sql/handler.cc:
        Added new error message mapping.
        Moved function ha_create_table_from_engine to handler level
        Added new functions ha_can_discover, ha_list_tables and ha_table_exists
      sql/handler.h:
        Added new error message mapping.
        Moved function ha_create_table_from_engine to handler level
        Added new functions ha_can_discover, ha_list_tables and ha_table_exists
      sql/mysql_priv.h:
        Removed create_table_from_handler, moved to handler.h
      sql/sql_base.cc:
        Renamed function create_table_from_handler
      sql/sql_show.cc:
        Added new function mysql_discover_files and mysql_list_files. 
        Modified mysql_find_files to discover new and delete "old" files/tables.
      sql/sql_table.cc:
        Renamed create_table_from_handler
        Call ha_create_table_from_engine, in order to discover the the frm file before it can be dropped.
      sql/table.cc:
        Added mapping of the error code HA_ERR_NO_SUCH_TABLE
      5a464356
    • unknown's avatar
      Sleep for a little while in connect thread before trying to connect to MGM again · c7e7b7b7
      unknown authored
      
      ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Sleep in connect to MGM thread
      c7e7b7b7
    • unknown's avatar
      Added DBUG_PRINT's · 9a103039
      unknown authored
      Made Ndb::connected private 
      
      
      ndb/include/ndbapi/Ndb.hpp:
        Made connected() private.
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added DBUG_PRINT
      ndb/src/ndbapi/TransporterFacade.cpp:
        Added DBUG_PRINT
      9a103039
    • unknown's avatar
      Make it possible to run ndb tools in the mysql-test(s) · a2d5fb21
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Added environment variable NDB_TOOLS_DIR
      a2d5fb21
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 736963b5
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-bug-tina
      
      
      sql/handler.h:
        Auto merged
      736963b5
    • unknown's avatar
      b9c0f6b7
    • unknown's avatar
      un-reserving "RETURNS" · 35684059
      unknown authored
      35684059
    • unknown's avatar
      indentation cleanup · e9e71445
      unknown authored
      e9e71445
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 786f841f
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5428
      
      
      786f841f
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 050a196b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      050a196b
    • unknown's avatar
      mysql.cc: · bbf4e175
      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.
      bbf4e175
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a07c535d
      unknown authored
      into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5428
      
      
      strings/ctype-simple.c:
        Auto merged
      a07c535d
    • unknown's avatar
      Persian collation, contibuted by Jody McIntyre · a7919046
      unknown authored
      a7919046
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-ndb · ce763f8b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ce763f8b
    • unknown's avatar
      Fix dict error code on list tables · b4f59e86
      unknown authored
      Check g_ndb before deleting it
      Wait until ready(10) if get mgm connection
      
      
      b4f59e86
    • unknown's avatar
      Fix for BUG#5117: · b28118ab
      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
      b28118ab
  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 · 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
      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 2 commits