1. 29 Sep, 2006 5 commits
    • unknown's avatar
      Merge rama.(none):/home/jimw/my/mysql-5.0-clean · c6e2a2a4
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.1-clean
      
      
      include/m_ctype.h:
        Auto merged
      include/m_string.h:
        Auto merged
      include/my_global.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/mysql_priv.h:
        Resolve conflict
      sql/mysqld.cc:
        Resolve conflict
      sql/set_var.cc:
        Resolve conflict
      sql/slave.h:
        Resolve conflict
      sql/sql_class.h:
        Resolve conflict
      c6e2a2a4
    • unknown's avatar
      Fix merge of __attribute__ cleanup. · 00820e2b
      unknown authored
      
      include/my_sys.h:
        Fix bad merge
      sql/set_var.cc:
        Fix bad __attribute__ usage.
      00820e2b
    • unknown's avatar
      Merge rama.(none):/home/jimw/my/mysql-4.1-clean · 44cdd695
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-clean
      
      
      include/m_ctype.h:
        Auto merged
      include/m_string.h:
        Auto merged
      include/my_global.h:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/slave.h:
        Auto merged
      sql/sql_class.h:
        Auto merged
      include/my_sys.h:
        Resolve conflict
      sql/mysql_priv.h:
        Resolve conflict
      sql/mysqld.cc:
        Resolve conflict
      sql/opt_range.cc:
        Resolve conflict
      sql/sql_acl.cc:
        Resolve conflict
      44cdd695
    • unknown's avatar
      Merge rama.(none):/home/jimw/my/mysql-5.0-clean · 069db7e8
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.1-clean
      
      
      069db7e8
    • unknown's avatar
      Merge rama.(none):/home/jimw/my/mysql-5.0-18246 · a59f477c
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-clean
      
      
      a59f477c
  2. 28 Sep, 2006 29 commits
  3. 27 Sep, 2006 6 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