• Sreeharsha Ramanavarapu's avatar
    Bug #19894161: FATAL SIGNAL 11 IN · 130b5fbf
    Sreeharsha Ramanavarapu authored
                   CONVERT_CHARSET_PARTITION_CONSTANT:
                   SQL/SQL_PARTITION..CC:202
    
    Issue:
    -----
    This problem happens under the following conditions:
    1) A table partitioned with a character column as the key.
    2) The expressions specified in the partition definition
       requires a charset conversion. This can happen when the
       server's default collation is different from the
       expression's collation.
    3) INSERT DELAYED is used to insert data into the table.
    
    SOLUTION:
    ---------
    While creating the delayed_insert object, initialize it
    with the relevant select_lex.
    130b5fbf
sql_insert.cc 137 KB