1. 10 Jun, 2005 20 commits
  2. 09 Jun, 2005 20 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 3e5491e6
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      3e5491e6
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9fc80208
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      
      sql/sql_acl.cc:
        Auto merged
      9fc80208
    • unknown's avatar
      eae4072e
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6809ceb7
      unknown authored
      into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
      
      
      6809ceb7
    • unknown's avatar
      Fixes in function modify_defaults_file(): · 5643df2d
      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
      
      
      5643df2d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 90bdba07
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/mysql_priv.h:
        Auto merged
      90bdba07
    • unknown's avatar
      Adding auxiliary scripts that allow to display messages in result files from within test files · a1650dea
      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
      a1650dea
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · b4326ccf
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug11028.4
      
      
      b4326ccf
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 16b6ced0
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      
      16b6ced0
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · f8f95d1c
      unknown authored
      into mysql.com:/var/tmp/sslbug/mysql-4.1
      
      
      f8f95d1c
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4a8024c5
      unknown authored
      into brian-akers-computer.local:/Users/brian/mysql/mysql-5.0
      
      
      4a8024c5
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 9227cf42
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      9227cf42
    • unknown's avatar
      select.test, select.result: · 8ab8fca7
      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.
      8ab8fca7
    • unknown's avatar
      Merge · fec1c6ac
      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
      fec1c6ac
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1 · db15e5c3
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug11028.3
      
      
      db15e5c3
    • unknown's avatar
      Bug#11028 Crash on create table like · c995109b
      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
      c995109b
    • unknown's avatar
      A fix and test case for Bug#10729 "mysql_stmt_attr_set · d0db7027
      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)
      d0db7027
    • unknown's avatar
      Fix broken test suite. · d974ce93
      unknown authored
      d974ce93
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 9f326d6a
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/mysql_priv.h:
        Auto merged
      9f326d6a
    • unknown's avatar
      sql/mysql_priv.h · 1438e06e
      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.
      1438e06e