• igor@rurik.mysql.com's avatar
    Fixed bug #19089. · 12e53358
    igor@rurik.mysql.com authored
    When a CREATE TABLE command created a table from a materialized
    view id does not inherit default values from the underlying table.
    Moreover the temporary table used for the view materialization
    does not inherit those default values.
    In the case when the underlying table contained ENUM fields it caused
    misleading error messages. In other cases the created table contained
    wrong default values.
    The code was modified to ensure inheritance of default values for
    materialized views.
    12e53358
field.h 59.2 KB