An error occurred fetching the project authors.
- 21 May, 2010 1 commit
-
-
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.
-
- 25 Apr, 2010 1 commit
-
-
Ramil Kalimullin authored
Problem: ALTER TABLE ADD INDEX may lead to table copying if there's numeric field(s) with non-default display width modificator specified. Fix: compare numeric field's storage lenghts when we decide whether they can be considered 'equal' for table alteration purposes.
-
- 03 Apr, 2008 1 commit
-
-
msvensson@shellback.(none) authored
- avoid restart - keep all in one file - fix --check-testcase
-
- 11 Jun, 2007 1 commit
-
-
evgen@moonbone.local authored
Post merge fix.
-
- 07 Jun, 2007 1 commit
-
-
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.
-