An error occurred fetching the project authors.
  1. 21 May, 2010 1 commit
    • Alexey Kopytov's avatar
      Bug #42064: low memory crash when importing hex strings, in · 779e2a96
      Alexey Kopytov authored
                  Item_hex_string::Item_hex_string
      
      The status of memory allocation in the Lex_input_stream (called
      from the Parser_state constructor) was not checked which led to
      a parser crash in case of the out-of-memory error.
      
      The solution is to introduce new init() member function in
      Parser_state and Lex_input_stream so that status of memory
      allocation can be returned to the caller.
      779e2a96
  2. 25 Apr, 2010 1 commit
  3. 03 Apr, 2008 1 commit
  4. 11 Jun, 2007 1 commit
  5. 07 Jun, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #28449: a crash may happen at some rare conditions when · 56996041
      igor@olga.mysql.com authored
      a temporary table has grown out of heap memory reserved for it and 
      the remaining disk space is not big enough to store the table as
      a MyISAM table.
      
      The crash happens because the function create_myisam_from_heap
      does not handle safely the mem_root structure associated 
      with the converted table in the case when an error has occurred.
      56996041