1. 29 Sep, 2006 2 commits
  2. 28 Sep, 2006 29 commits
  3. 27 Sep, 2006 9 commits
    • unknown's avatar
      Merge mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint · 8e72d7db
      unknown authored
      into  mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint-gca
      
      
      8e72d7db
    • unknown's avatar
      Merge mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint-gca · 337ae797
      unknown authored
      into  mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.1-new-maint
      
      
      storage/innobase/srv/srv0start.c:
        Auto merged
      337ae797
    • unknown's avatar
      Temporary fix for bug#22268 (official patch will come soon) · 6930d9d2
      unknown authored
      Don't cap threads at 1000 on Windows any more.
      
      
      6930d9d2
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug21476/my50-bug21476 · 4c43c201
      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
      4c43c201
    • unknown's avatar
      Bug#21476: (Thread stack overrun not caught, causing SEGV) · 7f221a18
      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''
      7f221a18
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/work/my51-work · e1f08634
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      e1f08634
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/work/my50-work · e3bec944
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/work/my51-work
      
      
      mysql-test/valgrind.supp:
        Merge suppressions 5.0 -> 5.1
      e3bec944
    • unknown's avatar
    • unknown's avatar
      Build fixes for netware/ directory · 478965e6
      unknown authored
       - Create the file netware/libmysql.imp from libmysql/libmysql.def
       - Remove the outdated netware/libmysql.imp file from version control
      
      
      BitKeeper/deleted/.del-libmysql.imp:
        Delete: netware/libmysql.imp
      BitKeeper/etc/ignore:
        Added netware/libmysql.imp to the ignore list
      netware/Makefile.am:
        Build libmysql.imp from libmysql/libmysql.def
      478965e6