1. 12 Dec, 2005 1 commit
  2. 08 Dec, 2005 2 commits
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c92ac20c
      unknown authored
      into  mysql.com:/home/alexi/innodb-ss/mysql-5.1-new
      
      c92ac20c
    • unknown's avatar
      The innodb-5.0-ss52 snapshot changes were erroneously auto-merged · f9eb0312
      unknown authored
       to 5.1. Undoing the merge.
      
      
      mysql-test/r/innodb.result:
        Undoing erroneous auto-merge 5.0 -> 5.1
      mysql-test/t/innodb.test:
        Undoing erroneous auto-merge 5.0 -> 5.1
      sql/ha_innodb.cc:
        Undoing erroneous auto-merge 5.0 -> 5.1
      sql/ha_innodb.h:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/btr/btr0sea.c:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/dict/dict0dict.c:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/dict/dict0load.c:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/include/buf0buf.h:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/include/dict0dict.h:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/include/dict0load.h:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/include/rem0cmp.h:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/rem/rem0cmp.c:
        Undoing erroneous auto-merge 5.0 -> 5.1
      storage/innobase/row/row0mysql.c:
        Undoing erroneous auto-merge 5.0 -> 5.1
      f9eb0312
  3. 07 Dec, 2005 26 commits
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 8094ccb7
      unknown authored
      into  krsna.patg.net:/home/patg/mysql-build/mysql-5.1-new2
      
      8094ccb7
    • unknown's avatar
      BUG #15559 · c3e39856
      unknown authored
      Fixed logic in handler to make handler now show up as enabled.
      
      
      sql/ha_federated.cc:
        BUG# 15559
        
        Fixed logic in federated_db_init. Also, the query length was being chopped 
        too much breaking the initial select query.
      c3e39856
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9535/my50-bug9535 · a2f671bf
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug9535/my51-bug9535
      
      
      sql/item_strfunc.h:
        Auto merged
      a2f671bf
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9535/my41-bug9535 · a650ccce
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug9535/my50-bug9535
      
      
      mysql-test/r/func_misc.result:
        Already in 5.0
      mysql-test/t/func_misc.test:
        Already in 5.0
      sql/item_strfunc.h:
        Already in 5.0
      a650ccce
    • unknown's avatar
      Updated sp.result. · 6a9c63e8
      unknown authored
      
      mysql-test/r/sp.result:
        Updated result.
      6a9c63e8
    • unknown's avatar
      BUG#9535 Warning for "create table t as select uuid();" · e930e227
      unknown authored
         - Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen
          Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5()
      etc will use 'ascii'
          - Comitting again, the old patch seems to have been lost.
      
      
      mysql-test/r/func_misc.result:
        Test results updated
      mysql-test/t/func_misc.test:
        Test case
      sql/item_strfunc.h:
        Multiply max_length of Item_func_uuid with system_charset_info->mbmaxlen
      e930e227
    • unknown's avatar
      Post-merge fix of sql/share/errmsg.txt · 595d411e
      unknown authored
      
      sql/share/errmsg.txt:
        Post-merge fix.
      595d411e
    • unknown's avatar
      Merge mysql.com:/usr/home/pem/bug14834/mysql-5.0 · b698faa5
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.1-new
      
      
      BitKeeper/triggers/post-commit:
        Merge.
      configure.in:
        Manual merge.
      mysql-test/r/sp.result:
        Merge.
      mysql-test/r/view.result:
        Merge.
      sql/share/errmsg.txt:
        Manual merge.
      sql/sp_head.cc:
        Merge.
      sql/sql_parse.cc:
        Merge.
      sql/sql_table.cc:
        Merge.
      sql/sql_yacc.yy:
        Merge.
      b698faa5
    • unknown's avatar
      Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2d08dc5e
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      2d08dc5e
    • unknown's avatar
      Fixed compile error in sql_acl.cc. · 92a97828
      unknown authored
      
      sql/sql_acl.cc:
        Fixed compile error.
      92a97828
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 60d89189
      unknown authored
      into  mysql.com:/data0/mysqldev/my/mysql-5.0
      
      60d89189
    • unknown's avatar
      Bump version number following 5.0.17 release clone-off · 65db429a
      unknown authored
      
      configure.in:
        Bump version number following release clone-off
      65db429a
    • unknown's avatar
      Merge lgrimmer@bk-internal:/home/bk/mysql-5.0 · a58f9bb5
      unknown authored
      into  mysql.com:/space/my/mysql-5.0
      
      a58f9bb5
    • unknown's avatar
      Merge lgrimmer@bk-internal:/home/bk/mysql-5.1-new · 2d708f6d
      unknown authored
      into  mysql.com:/space/my/mysql-5.1
      
      
      mysql-test/t/disabled.def:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      2d708f6d
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0-merg · b3e1fb2d
      unknown authored
      into  mysql.com:/space/my/mysql-5.0
      
      b3e1fb2d
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0 · df9dccc4
      unknown authored
      into  mysql.com:/space/my/mysql-5.1
      
      
      mysql-test/t/disabled.def:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      df9dccc4
    • unknown's avatar
      Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 18c1fc7f
      unknown authored
      into  mysql.com:/usr/home/pem/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      18c1fc7f
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · c0a59813
      unknown authored
      into  mysql.com:/space/my/mysql-5.0-merg
      
      
      BitKeeper/triggers/post-commit:
        Auto merged
      c0a59813
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-2486 · 7460a23b
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.1-dbg
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.h:
        Auto merged
      sql/sql_base.cc:
        SCCS merged
      sql/table.cc:
        SCCS merged
      7460a23b
    • unknown's avatar
      merged · c1cc3b95
      unknown authored
      
      mysql-test/t/sp.test:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      c1cc3b95
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 6617c77c
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-2486
      
      6617c77c
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 99145e98
      unknown authored
      into  mysql.com:/space/my/mysql-4.1
      
      
      BitKeeper/triggers/post-commit:
        Auto merged
      99145e98
    • unknown's avatar
      Fix innodb result file (merge clean-up) · 548349a2
      unknown authored
      
      BitKeeper/etc/ignore:
        added client/mysqlslap
      mysql-test/r/innodb.result:
        Update results
      548349a2
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-clean · 78161021
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      
      mysql-test/r/sp.result:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      storage/innobase/btr/btr0sea.c:
        Auto merged
      storage/innobase/dict/dict0dict.c:
        Auto merged
      storage/innobase/dict/dict0load.c:
        Auto merged
      storage/innobase/include/buf0buf.h:
        Auto merged
      storage/innobase/include/dict0dict.h:
        Auto merged
      storage/innobase/include/dict0load.h:
        Auto merged
      storage/innobase/include/rem0cmp.h:
        Auto merged
      storage/innobase/rem/rem0cmp.c:
        Auto merged
      storage/innobase/row/row0mysql.c:
        Auto merged
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Auto merged
      mysql-test/r/innodb.result:
        Resolve conflicts
      sql/share/errmsg.txt:
        Resolve conflict
      78161021
    • unknown's avatar
      Fix innodb.result file (was missing a line) · 5b53dcc9
      unknown authored
      
      mysql-test/r/innodb.result:
        Update result file
      5b53dcc9
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · fbbd2cd5
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      fbbd2cd5
  4. 06 Dec, 2005 11 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-14299 · 23bdb3ff
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/field.cc:
        Auto merged
      mysql-test/r/type_binary.result:
        Resolve conflicts
      mysql-test/t/type_binary.test:
        Resolve conflicts
      23bdb3ff
    • unknown's avatar
      A fix and a test case for Bug#15392 "Server crashes during · 5bb5f523
      unknown authored
       prepared statement execute
      
      
      mysql-test/r/sp.result:
        Test results fixed: a fix for Bug#15392
      mysql-test/t/sp.test:
        A test case for Bug#15392 "Server crashes during prepared
        statement execute". No test case for error in
        Item_func_set_user_var::update as the only possible one is OOM.
      sql/sp_head.cc:
        A fix for Bug#15392 "Server crashes during prepared statement
        execute": the bug was caused by mysql_change_db() call
        which was overwriting the error state of 'ret'.
        Later in the code, suv->fix_fields() would discover
        thd->net.report_error and return it without completing
        its work. As the return value of fix_fields() was ignored,
        the server would afterwards crash in suv->update().
        The fix makes sure that a possible internal error
        is raised in reset_lex_and_exec_core and then is
        handled in sp_head::execute_procedure.
      5bb5f523
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 0318adef
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      0318adef
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 40947f3a
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      40947f3a
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0fd1e1af
      unknown authored
      into  mysql.com:/home/alexi/innodb-ss/mysql-5.0-ss52
      
      0fd1e1af
    • unknown's avatar
      mysqld.cc: · 128be072
      unknown authored
        Put options in order.
      set_var.cc:
        Put system variables back in order.
      
      
      sql/set_var.cc:
        Put system variables back in order.
      sql/mysqld.cc:
        Put options in order.
      128be072
    • unknown's avatar
      Fix BUG#14747: "Race condition can cause btr_search_drop_page_hash_index() · 3e7becb9
      unknown authored
       to crash".
       Changes from snapshot innodb-5.0-ss52.
       Note that buf_block_t::index should be protected by btr_search_latch
       or an s-latch or x-latch on the index page.
       btr_search_drop_page_hash_index(): Read block->index while holding
       btr_search_latch and use the cached value in the loop. Remove some
       redundant assertions.
       Also fix 13778. When FOREIGN_KEY_CHECKS=0 we still need to check that
       datatypes between foreign key references are compatible.
       Also added test cases to 9802.
      
      
      innobase/btr/btr0sea.c:
        Changes from innodb-5.0-ss52
      innobase/dict/dict0dict.c:
        Changes from innodb-5.0-ss52
      innobase/dict/dict0load.c:
        Changes from innodb-5.0-ss52
      innobase/include/buf0buf.h:
        Changes from innodb-5.0-ss52
      innobase/include/dict0dict.h:
        Changes from innodb-5.0-ss52
      innobase/include/dict0load.h:
        Changes from innodb-5.0-ss52
      innobase/include/rem0cmp.h:
        Changes from innodb-5.0-ss52
      innobase/rem/rem0cmp.c:
        Changes from innodb-5.0-ss52
      innobase/row/row0mysql.c:
        Changes from innodb-5.0-ss52
      mysql-test/r/innodb.result:
        Changes from innodb-5.0-ss52
      mysql-test/t/innodb.test:
        Changes from innodb-5.0-ss52
      sql/ha_innodb.cc:
        Changes from innodb-5.0-ss52
      sql/ha_innodb.h:
        Changes from innodb-5.0-ss52
      3e7becb9
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.1-bdb · 7422f3f4
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      7422f3f4
    • unknown's avatar
      Update BDB project file for Windows build · 1707506b
      unknown authored
      
      VC++Files/storage/bdb/bdb.vcproj:
        Update BDB project file
      1707506b
    • unknown's avatar
      Merge · 16daf3d8
      unknown authored
      
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        SCCS merged
      16daf3d8
    • unknown's avatar
      Fix 'make dist' with new bundled BDB · 548e7b8b
      unknown authored
      
      storage/bdb/Makefile.in:
        Trim list of BDB directories
      548e7b8b