• marko's avatar
    branches/5.1: When converting a record to MySQL format, copy the default · 7399eef2
    marko authored
    column values for columns that are SQL NULL.  This addresses failures in
    row-based replication (Bug #39648).
    
    row_prebuilt_t: Add default_rec, for the default values of the columns in
    MySQL format.
    
    row_sel_store_mysql_rec(): Use prebuilt->default_rec instead of
    padding columns.
    
    rb://64 approved by Heikki Tuuri
    7399eef2
row0mysql.c 111 KB