• Daniel Black's avatar
    Allow REPAIR NO_WRITE_TO_BINLOG as per serg's review · 28b17313
    Daniel Black authored
    > +            if (lex->no_write_to_binlog && lex->only_view)
    > +            {
    > +              my_parse_error(ER(ER_SYNTAX_ERROR));
    > +              MYSQL_YYABORT;
    
    Why? REPAIR NO_WRITE_TO_BINLOG VIEW makes perfect sense to me, why did
    you want to disallow it?
    28b17313
sql_yacc.yy 452 KB