1. 10 Jun, 2005 16 commits
  2. 09 Jun, 2005 24 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d1d0b80d
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      d1d0b80d
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · d44b5831
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      
      sql/sql_acl.cc:
        Auto merged
      d44b5831
    • unknown's avatar
      7a90f60d
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · b75a1d55
      unknown authored
      into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
      
      b75a1d55
    • unknown's avatar
      Fixes in function modify_defaults_file(): · 27ff65c1
      unknown authored
      - Removed unneccessary variables.
      - Made a function of that part of code, which actually changes 
        the line under modifications.
      - Fixed memory overrun problem with my_malloc. Too little space
        was reserved.
      - Fixed problem in case, when new option was added at the end
        of the section. Before, it was added as the last line of the
        section, even if it left empty lines between.
      - Fixed so that the configuration file is not saved unneccessarily,
        if no modifications are done. (file timestamp remains)
      - This should fix (at least partially) problems described in
        Bug#10806
      
      27ff65c1
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · f612ccbb
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/mysql_priv.h:
        Auto merged
      f612ccbb
    • unknown's avatar
      Adding auxiliary scripts that allow to display messages in result files from within test files · c23015cc
      unknown authored
       - show_msg.inc   - displays a message followed by a line of '-' at the length of the messgae
       - show_msg80.inc - displays a message followed by a line of '-' with a fixed length of 80
      
      
      mysql-test/r/mysqltest.result:
        Updated result file
      mysql-test/t/mysqltest.test:
        Added test cases to test the show_msg.inc and show_msg80.inc auxiliary files
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c23015cc
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 244514ec
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug11028.4
      
      244514ec
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2f551878
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      2f551878
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 96d80002
      unknown authored
      into mysql.com:/var/tmp/sslbug/mysql-4.1
      
      96d80002
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9abe4677
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      9abe4677
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · e4f2e61c
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      e4f2e61c
    • unknown's avatar
      select.test, select.result: · 1d14ff87
      unknown authored
        Added a test case for bug #10084.
      sql_yacc.yy:
        Fixed bug #10084: STRAIGHT_JOIN for expressions with ON was
        added.
      
      
      sql/sql_yacc.yy:
        Fixed bug #10084: STRAIGHT_JOIN for expressions with ON was
        added.
      mysql-test/r/select.result:
        Added a test case for bug #10084.
      mysql-test/t/select.test:
        Added a test case for bug #10084.
      1d14ff87
    • unknown's avatar
      Merge · 21925d24
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      myisam/mi_check.c:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/innodb_handler.result:
        Auto merged
      mysql-test/r/ps_7ndb.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      sql/set_var.cc:
        Auto merged
      mysql-test/r/sql_mode.result:
        SCCS merged
      mysql-test/t/sql_mode.test:
        SCCS merged
      sql/sql_acl.cc:
        SCCS merged
      sql/sql_handler.cc:
        SCCS merged
      sql/sql_table.cc:
        SCCS merged
      21925d24
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1f200497
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug11028.3
      
      1f200497
    • unknown's avatar
      Bug#11028 Crash on create table like · c8841ada
      unknown authored
        Report error instead of crashing
      
      
      mysql-test/r/create.result:
        Test for bug 11028
      mysql-test/t/create.test:
        Test for bug 11028
      sql/sql_table.cc:
        fix for null db name
      c8841ada
    • unknown's avatar
      A fix and test case for Bug#10729 "mysql_stmt_attr_set · 591e542e
      unknown authored
      CURSOR_TYPE_READ_ONLY". The bug was that we (me) don't perform proper
      cleanups of the prepared statement when done fetching from a cursor.
      Another patch.
      
      
      sql/mysql_priv.h:
        Rename reset_stmt_for_execute to init_stmt_before_use (to correspond to
        cleanup_stmt_and_thd_after_use).
      sql/sp_head.cc:
        Rename.
      sql/sql_prepare.cc:
        Move common cleanup code to a cleanup function, call it when we close
        a cursor.
      sql/sql_select.cc:
        Cleanup.
      sql/sql_select.h:
        No need for init_thd, this code has been inlined in Cursor::open.
      tests/mysql_client_test.c:
        Add a test case for Bug#10729 "mysql_stmt_attr_set CURSOR_TYPE_READ_ONLY"
        (problem reusing a prepared statemnt if there was a cursor)
      591e542e
    • unknown's avatar
      Fix broken test suite. · 89ed7075
      unknown authored
      89ed7075
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 1a04b3b4
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/mysql_priv.h:
        Auto merged
      1a04b3b4
    • unknown's avatar
      sql/mysql_priv.h · 9406b1eb
      unknown authored
          comments,
          unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed
          SELECT_ALL flag moved into this free slot.
      
      
      bdb/dist/configure.ac:
        don't link bdb with -pthread on FreeBSD
      extra/yassl/taocrypt/include/modes.hpp:
        fix alignment in yassl - proper fix is required
      sql/ha_berkeley.cc:
        remove unused flag OPTION_INTERNAL_SUBTRANSACTIONS
      sql/mysql_priv.h:
        comments,
        unused flag OPTION_INTERNAL_SUBTRANSACTIONS removed
        SELECT_ALL flag moved into this free slot.
      9406b1eb
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0 · e4be7a28
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
      
      e4be7a28
    • unknown's avatar
      Fix for bug #10083 (round doesn't increase scale) · e6efc226
      unknown authored
      
      mysql-test/r/func_math.result:
        test result fixed
      mysql-test/t/func_math.test:
        test case added
      sql/item_func.cc:
        now we always use decimals_to_set
      e6efc226
    • unknown's avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 · dc700d95
      unknown authored
      into mysql.com:/home/gluh/MySQL/Merge/4.1
      
      dc700d95
    • unknown's avatar
      update result file for ps7_ndb · 263fd5fc
      unknown authored
      
      mysql-test/r/ps_7ndb.result:
        fix result file
      263fd5fc