1. 06 Jan, 2006 11 commits
  2. 05 Jan, 2006 21 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · dee88ca7
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      dee88ca7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · a0979fe1
      unknown authored
      into  mysql.com:/home/my/mysql-5.0
      
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/t/disabled.def:
        Manual merge
      sql/mysqld.cc:
        Manual merge
      sql/sp_head.cc:
        Manual merge
      sql/sql_trigger.cc:
        Manual merge
      a0979fe1
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9442d467
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      9442d467
    • unknown's avatar
      File needs to be removed · 897d57f3
      unknown authored
      
      BitKeeper/deleted/.del-rpl_stm_loaddata_m.test~e9a2f21ee38926ca:
        Delete: mysql-test/t/rpl_stm_loaddata_m.test
      897d57f3
    • unknown's avatar
      Review fixes of new pushed code · 43886f1d
      unknown authored
      - Fixed tests
      - Optimized new code
      - Fixed some unlikely core dumps
      - Better bug fixes for:
        - #14397 - OPTIMIZE TABLE with an open HANDLER causes a crash
        - #14850 (ERROR 1062 when a quering a view using a Group By on a column that can be null
      
      
      mysql-test/r/create.result:
        Update results after removing wrong warnings for CREATE ... SELECT
        New tests
      mysql-test/r/handler.result:
        Drop used tables
      mysql-test/r/kill.result:
        Make test portable
      mysql-test/r/mysqlshow.result:
        Drop tables used by previous test
      mysql-test/r/trigger.result:
        Reuse old procedure name
      mysql-test/r/view.result:
        Extra tests
      mysql-test/t/create.test:
        New tests to test fix of removing wrong warnings for CREATE ... SELECT
      mysql-test/t/disabled.def:
        Enable 'kill' test (should now be portable)
      mysql-test/t/handler.test:
        Drop used tables
      mysql-test/t/kill.test:
        Make test portable even if kill doesn't work at once
      mysql-test/t/mysqlshow.test:
        Drop tables used by previous test
      mysql-test/t/trigger.test:
        Reuse old procedure name
      mysql-test/t/view.test:
        Extra tests
      sql/field.cc:
        Removed compiler warning
      sql/ha_federated.cc:
        my_snprintf -> strmake()
        (Simple optimization)
      sql/ha_ndbcluster.cc:
        Indentation cleanups and trival optimization
      sql/item.cc:
        Moved save_org_in_field() to item.cc to make it easier to test
        Remove setting of null_value as this is not needed
      sql/item.h:
        Moved save_org_in_field() to item.cc to make it easier to test
      sql/log_event.cc:
        Remove inline of slave_load_file_stem()
        Added 'extension' parameter to slave_load_file_stem() to get smaller code
        Removed not critical (or needed) DBUG_ASSERT()'s
        Cleaned up usage of slave_load_file_stem() to not depend on constant string lengths
        Indentation fixes
      sql/opt_range.cc:
        Moved code from declaration to function body
        (To make it more readable)
      sql/parse_file.cc:
        Fixed DBUG_PRINT
      sql/sp.cc:
        Simple cleanups
        - Removed not needed {} level
        - Ensure saved variables starts with old_
      sql/sp_head.cc:
        Indentation fixes
        Remove core dump when using --debug when m_next_cached_sp == 0
        Fixed compiler warnings
        Trivial optimizations
      sql/sp_head.h:
        Changed argument to set_definer() to const
        Added THD argument to recursion_level_error() to avoid call to current_thd
      sql/sql_acl.cc:
        Removed not needed test (first_not_own_table is the guard)
      sql/sql_base.cc:
        Removed extra empty line
      sql/sql_handler.cc:
        Don't test table version in mysql_ha_read() as this is already tested in lock_tables()
        Moved call to insert_fields to be after lock_table() to guard aganst reopen of tables
        (Better fix for Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash)
      sql/sql_insert.cc:
        Mark fields that are set in CREATE ... SELECT as used
        (Removed wrong warnings about field not having a default value)
      sql/sql_parse.cc:
        Removed not needed test of 'tables' (first_not_own_table is the guard)
        Simplify code
      sql/sql_select.cc:
        Use group->field to check if value is null instead of item called by 'save_org_in_field'
        This is a better bug fix for #14850 (ERROR 1062 when a quering a view using a Group By on a column that can be null)
      sql/sql_trigger.cc:
        Move sql_modes_parameters outside of function
        Indentation fixes
        Fixed compiler warning
        Ensure that thd->lex->query_tables_own_last is set properly before calling check_table_access()
        (This allows us to remove the extra test in check_grant() and check_table_access())
      43886f1d
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-win-fixes · 83276371
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      
      include/config-win.h:
        Auto merged
      83276371
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-win-fixes · afc24467
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      
      include/config-win.h:
        Auto merged
      afc24467
    • unknown's avatar
      Port to Win64/x64 in Visual Studio 2005 · 91d74c55
      unknown authored
      
      include/config-win.h:
        Port to Win64/x64 in Visual Studio 2005.
        Avoid endless deprecation warnings.
      91d74c55
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · ac695bf6
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      ac695bf6
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a134d3d0
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      a134d3d0
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-clean · 2fa62943
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      
      sql/handler.cc:
        Resolve conflict
      2fa62943
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-15185 · c8f02876
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/handler.cc:
        Auto merged
      c8f02876
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 04944f06
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      04944f06
    • unknown's avatar
      Some header files were missing from "make dist". · 26d98eab
      unknown authored
      26d98eab
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1c74224e
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/5.1-new2
      
      1c74224e
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-win-fixes · ea48e6bf
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      
      include/my_global.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      ea48e6bf
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-win-fixes · 4425eb69
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      4425eb69
    • unknown's avatar
      Fix -ansi -pedantic compile · 75b25221
      unknown authored
      75b25221
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4dc01327
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      4dc01327
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a860d331
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Updated
      a860d331
    • unknown's avatar
      New rbr blob test requested by Lars · 7e9167f1
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_row_blob.test:
        New blobs test for RBR
      mysql-test/t/rpl_row_blob_innodb.test:
        Innodb wrapper for rbr blob test
      mysql-test/t/rpl_row_blob_myisam.test:
        MyISAM wrapper for rbr blob test
      mysql-test/r/rpl_row_blob_myisam.result:
        MyISAM result for rbr blob test
      mysql-test/r/rpl_row_blob_innodb.result:
        Innodb result for rbr blob test
      7e9167f1
  3. 04 Jan, 2006 8 commits
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-5.0-merge · ccd86a77
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      
      include/config-win.h:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysql-test/r/rpl_stm_sp.result:
        Auto merged
      mysql-test/t/rpl_stm_sp.test:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Auto merged
      mysql-test/r/information_schema.result:
        Manual merge.
      mysql-test/t/information_schema.test:
        Manual merge.
      sql/lock.cc:
        Manual merge.
      ccd86a77
    • unknown's avatar
      set_var.cc: · f1417fcb
      unknown authored
        Fix out of order system variable.
      
      
      sql/set_var.cc:
        Fix out of order system variable.
      f1417fcb
    • unknown's avatar
      mysqlbinlog.cc: · 7df025a2
      unknown authored
        Put options in standard order: help first, then lexically,
        then variables.
      
      
      client/mysqlbinlog.cc:
        Put options in standard order: help first, then lexically,
        then variables.
      7df025a2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 60f8bd45
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-merge
      
      60f8bd45
    • unknown's avatar
      Post-merge fixes. · 2cc1ee47
      unknown authored
      
      sql/sql_acl.cc:
        A post-merge fix.
      sql/sql_base.cc:
        A post-merge fix.
      2cc1ee47
    • unknown's avatar
      EADDRINUSE is not defined on Windows. · 5e1de485
      unknown authored
      5e1de485
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9a62c611
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      9a62c611
    • unknown's avatar
      BUG#16188: Could not compile · e7aee935
      unknown authored
      
      sql/sql_class.cc:
        Needed to be able to compile without RBR
      e7aee935