• unknown's avatar
    Added sql_mode saving to mysql_dump (BUG#5891, part 2) · 675c4bb4
    unknown authored
    
    client/client_priv.h:
      add OPT_ for --trigger parameter
    client/mysqldump.c:
      fixed short simbol for trigger
      fixed lines break for more compiler compatibility
      added sql_mode output
      added comments
      made protection of trigger and view restoring commands from execution by old versions of mysql
    mysql-test/r/mysqldump.result:
      changed test, to test sql_mode
    mysql-test/r/sp.result:
      now sql_mode preserved in SP
    mysql-test/t/mysqldump.test:
      changed test, to test sql_mode
    mysql-test/t/sp.test:
      now sql_mode preserved in SP
    sql/set_var.cc:
      fixed comment
    675c4bb4
client_priv.h 2.23 KB