• unknown's avatar
    Fixed BUG #14554: mysqldump does not separate "ROW" and trigger · 3ecbc8e6
    unknown authored
     statement for tables created in the IGNORE_SPACE sql mode.
    
    
    client/mysqldump.c:
      Modified dump_triggers_for_table(): if trigger statement returned
       by SHOW TRIGGERS query does not contain a leading white space,
       additional space is inserted between "ROW" and the statement.
       The leading white spaces are removed by yylex() in the
       IGNORE_SPACE sql mode.
    mysql-test/r/mysqldump.result:
      Fixed test case result for bug 14554.
    mysql-test/t/mysqldump.test:
      Added test case for bug 14554.
    3ecbc8e6
mysqldump.c 100 KB