1. 27 Sep, 2006 2 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug21476/my50-bug21476 · d28803a4
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug21476/my51-bug21476
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      d28803a4
    • unknown's avatar
      Bug#21476: (Thread stack overrun not caught, causing SEGV) · 7030bc95
      unknown authored
      The STACK_MIN_SIZE is currently set to 8192, when we actually need 
      (emperically discovered) 9236 bytes to raise an fatal error, on Ubuntu 
      Dapper Drake, libc6 2.3.6-0ubuntu2, Linux kernel 2.6.15-27-686, on x86.
      
      I'm taking that as a new lower bound, plus 100B of wiggle-room for sundry
      word sizes and stack behaviors.
      
      The added test verifies in a cross-platform way that there are no gaps 
      between the space that we think we need and what we actually need to report 
      an error.
      
      DOCUMENTERS:  This also adds "let" to the mysqltest commands that evaluate
      an argument to expand variables therein.  (Only right of the "=", of course.)
      
      
      client/mysqltest.c:
        Add "let" to the list of mysqltest commands that evaluates its arguments (only
        the right-hand-side of the equals-sign expression).
      mysql-test/r/mysqltest.result:
        Added test to show that mysqltest "let" will evaluate the RHS correctly (and 
        expand the backslash test).
      mysql-test/t/mysqltest.test:
        Added test to show that mysqltest "let" will evaluate the RHS correctly (and 
        expand the backslash test).
      sql/mysql_priv.h:
        Increase the amount we require to be available for the stack, since 
        experience told us that the previous amount was too little by at least
        1044 bytes.
      mysql-test/r/execution_constants.result:
        New BitKeeper file ``mysql-test/r/execution_constants.result''
      mysql-test/t/execution_constants.test:
        New BitKeeper file ``mysql-test/t/execution_constants.test''
      7030bc95
  2. 23 Sep, 2006 10 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 75a0f25b
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      75a0f25b
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1 · 946a32f9
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/t/disabled.def:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      mysql-test/t/ndb_multi.test:
        Manual merge
      946a32f9
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge · a15a9f09
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      BitKeeper/deleted/.del-CMakeLists.txt~3:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/udf_example.c:
        Auto merged
      BitKeeper/deleted/.del-udf_example.def:
        Delete: sql/udf_example.def
      mysql-test/mysql-test-run.pl:
        Manual merge 5.0->5.1
      sql/Makefile.am:
        Manual merge 5.0->5.1
      a15a9f09
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge · 0d9242ce
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      0d9242ce
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0 · dccc7924
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      dccc7924
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1 · 2bac6da1
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      2bac6da1
    • unknown's avatar
      Disabling test case · ea8af488
      unknown authored
      ea8af488
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new-rpl · 9ff1caac
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/disabled.def:
        Auto merged
      sql/CMakeLists.txt:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      9ff1caac
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpl · 4666c1e9
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      4666c1e9
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1-rpl · b574573f
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      b574573f
  3. 22 Sep, 2006 11 commits
  4. 21 Sep, 2006 17 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/tmp/knielsen/mysql-5.0-maint · bf018c9c
      unknown authored
      into  bk-internal.mysql.com:/tmp/knielsen/mysql-5.1-new-maint
      
      
      extra/Makefile.am:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/Makefile.am:
        Auto merged
      storage/ndb/config/common.mk.am:
        Auto merged
      storage/ndb/config/type_ndbapitools.mk.am:
        Auto merged
      storage/ndb/src/common/portlib/Makefile.am:
        Auto merged
      storage/ndb/src/kernel/Makefile.am:
        Auto merged
      bf018c9c
    • unknown's avatar
      After-merge fix (null merge). · d7773d3c
      unknown authored
      d7773d3c
    • unknown's avatar
      Merge knielsen.mysql.internal:/usr/local/mysql/mysql-4.1 · 1cbd0d97
      unknown authored
      into  bk-internal.mysql.com:/tmp/knielsen/mysql-5.0-maint
      
      
      ndb/config/common.mk.am:
        Null merge.
      ndb/src/common/portlib/Makefile.am:
        Null merge.
      ndb/src/kernel/Makefile.am:
        Null merge.
      1cbd0d97
    • unknown's avatar
      Fix Solaris 10 compile failure · 597562e1
      unknown authored
       - Void function can't return a value
      
      
      storage/innobase/dict/dict0dict.c:
        Void function can't return a value
      597562e1
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-5.1 · 751d6bd1
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/t/disabled.def:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      storage/innobase/Makefile.am:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      751d6bd1
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-maint · 4574ef9b
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      4574ef9b
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 96a3db93
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      96a3db93
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl · a25008a9
      unknown authored
      into  romeo.(none):/home/bkroot/mysql-5.1-new-rpl
      
      
      sql/log_event.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      a25008a9
    • unknown's avatar
      BUG#22550 (Replication of BIT column failing): · f0b8c4da
      unknown authored
      Using move_field_offset() to move field pointer to other record before
      calling pack()/unpack().
      
      
      sql/log_event.cc:
        Using move_field_offset() to move the field pointer. It is necessary
        for unpack() and pack() of BIT fields to operate correctly.
        Adding debug printouts.
      sql/sql_class.cc:
        Using move_field_offset() to move the field pointer. It is necessary
        for unpack() and pack() of BIT fields to operate correctly.
        Adding debug printouts to packing of update rows event.
      f0b8c4da
    • unknown's avatar
      Add a dummy file for "Docs/manual.chm" as we need it for "make dist" to work. · e41aae9d
      unknown authored
      
      Docs/manual.chm:
        BitKeeper file /MySQL/M50/push-5.0/Docs/manual.chm
      e41aae9d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 80934444
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-toteam
      
      80934444
    • unknown's avatar
      Merge trift2.:/MySQL/M50/extract1-5.0 · 32696eb4
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/stacktrace.c:
        Auto merged
      sql/stacktrace.h:
        Auto merged
      32696eb4
    • unknown's avatar
      added udf_example.def for make dist · beae6a65
      unknown authored
      beae6a65
    • unknown's avatar
      Windows 64bit fixes · 4574cc93
      unknown authored
      Fixed udf_example, so tests now can also run udf on win.
      
      
      sql/udf_example.def:
        BitKeeper file /home/georg/work/mysql/prod/mysql-5.1-win/sql/udf_example.def
      include/config-win.h:
        removed USE_32_BIT_TIME
      include/my_time.h:
        Fixed size of my_time for Win64 (should be 64bit)
      mysql-test/mysql-test-run.pl:
        Added windows paths for udf_example
      sql/CMakeLists.txt:
        Added udf_example.dll
      sql/udf_example.c:
        Windows doesn't know about socket.h and friends. Use winsock.h instead
      4574cc93
    • unknown's avatar
      After merge fixes · 9d3ea424
      unknown authored
      9d3ea424
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge · 0347ab69
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.1-merge
      
      
      mysql-test/extra/rpl_tests/rpl_max_relay_size.test:
        Manual merge 5.0->5.1
      mysql-test/r/rpl_insert_id.result:
        Manual merge 5.0->5.1
      mysql-test/r/rpl_stm_max_relay_size.result:
        Manual merge 5.0->5.1
      mysql-test/t/rpl_insert_id.test:
        Manual merge 5.0->5.1
      0347ab69
    • unknown's avatar
      After merge fixes · 9668c01d
      unknown authored
      9668c01d