1. 05 Mar, 2008 1 commit
    • unknown's avatar
      Bug#34726: open_tables() crashes server if running with --debug · b6595704
      unknown authored
      The DBUG code emits the current value of the proc_info member of THD,
      which may be set to NULL.  It was wrong to dereference that value
      with the format string %s without verifying that it was valid.
      
      Now, insert an inline test that substitutes the string "(null)" for
      NULL pointers.
      
      
      sql/sql_class.cc:
        Dereferencing a NULL is illegal (though not fatal for %s on some 
        platforms), and we have no assurance that the caller didn't call us 
        with a valid string.
      b6595704
  2. 07 Feb, 2008 10 commits
  3. 06 Feb, 2008 15 commits
  4. 05 Feb, 2008 9 commits
  5. 04 Feb, 2008 5 commits