• anozdrin/alik@station.'s avatar
    Patch for BUG#30736: Row Size Too Large Error Creating a Table and · b2264ff8
    anozdrin/alik@station. authored
    Inserting Data.
    
    The problem was that under some circumstances Field class was not
    properly initialized before calling create_length_to_internal_length()
    function, which led to assert failure.
    
    The fix is to do the proper initialization.
    
    The user-visible problem was that under some circumstances
    CREATE TABLE ... SELECT statement crashed the server or led
    to wrong error message (wrong results).
    b2264ff8
select.result 116 KB