1. 23 Feb, 2010 2 commits
    • Vladislav Vaintroub's avatar
      Bug#43201 : Stack overrun when running sp-error test. · e451c502
      Vladislav Vaintroub authored
      It appears that stack overflow checks for recusrive stored procedure
      calls, that run in the normal server, did not work in embedded and were
       dummified with preprocessor magic( #ifndef EMBEDDED_SERVER ).
            
       The fix is to remove ifdefs, there is no reason not to run overflow checks
       and crash in deeply recursive calls. 
            
       Note: Start of the stack (thd->thread_stack variable) in embedded is not
      necessarily exact but stil provides the best guess. Unless the caller of 
      mysql_read_connect()   is already deep in the stack, thd->thread_stack 
      variable should approximate stack  start address well.
      e451c502
    • Vladislav Vaintroub's avatar
      Bug #51414: Arguments with embedded spaces are not correctly handled by configure wrapper. · a4af6e87
      Vladislav Vaintroub authored
      The bug was that ./configure was  passing paramers to subscripts as $@, and to handle embedded spaces it needs
      to be quoted as "$@".
      This resulting into a bug when ./configure was called e.g with CFLAGS='-m64 -Xstrconst'..
      
      Additionally, fixed cmake/configure.pl did not handle environment variables passed on the command line.
      this is fixed in this push
      a4af6e87
  2. 22 Feb, 2010 2 commits
  3. 21 Feb, 2010 2 commits
  4. 20 Feb, 2010 12 commits
  5. 19 Feb, 2010 3 commits
  6. 18 Feb, 2010 5 commits
  7. 17 Feb, 2010 9 commits
  8. 16 Feb, 2010 5 commits