• Monty's avatar
    Fixed failing test temp_table_frm · 3f2d9a90
    Monty authored
    The problem was that the internal temporary table created
    for information_schema overflow to MyISAM because it has
    a row width of > 3000 characters, which filled the in memory
    temporary tables.
    Fix was to increase size for the heap table.
    3f2d9a90
temp_table_frm.test 704 Bytes