• mats@romeo.kindahl.net's avatar
    WL#3339 (Issue warnings when statement-based replication may fail): · 6a7925a2
    mats@romeo.kindahl.net authored
    Replacing binlog_row_based_if_mixed with variable binlog_stmt_flags
    holding several flags and adding member functions to manipulate the
    flags.
    
    Added code to generate a warning when an attempt to log an unsafe
    statement to the binary log was made. The warning is both pushed to the
    SHOW WARNINGS table and written to the error log. The prevent flooding
    the error log, the warning is just written to the error log once per
    open session.
    6a7925a2
sql_lex.h 44.1 KB