• mats@kindahl-laptop.dnsalias.net's avatar
    WL#3303 (RBR: Engine-controlled logging format): · a979a6c5
    mats@kindahl-laptop.dnsalias.net authored
    Moving code to check storage engine capabilities to after tables
    are locked.  Moving code to cache table flags so that table flags
    are read from the storage engine at the beginning of the statement
    in addition to when the storage engine is opened.
    
    To handle CREATE-SELECT, the decision function is called after the
    table is created and it is called with all tables that are in the select
    part of the statement as well as the newly created table.
    a979a6c5
handler.h 65.3 KB