• unknown's avatar
    Added SHOW MASTER LOGS as synonym for SHOW BINARY LOGS. · 19a4a84d
    unknown authored
    Added PURGE BINARY LOGS as synonym for PURGE MASTER LOGS.
    Removed PURGE LOGS (now PURGE MASTER LOGS).
    Added SHOW BDB LOGS as synonym for SHOW LOGS.
    Note: tests key_cache.test hanged, rpl_log_pos.test, rpl_rotate_logs.test failed for me.
    For the second and third one I guess this will disappear after merging 4.0.
    
    
    mysql-test/r/rpl_rotate_logs.result:
      result update
    mysql-test/t/rpl_rotate_logs.test:
      added test for synonym PURGE BINARY LOGS, changed PURGE LOGS to
      PURGE MASTER LOGS.
    sql/sql_yacc.yy:
      Added SHOW MASTER LOGS as synonym for SHOW BINARY LOGS.
      Added PURGE BINARY LOGS as synonym for PURGE MASTER LOGS.
      Removed PURGE LOGS (now PURGE MASTER LOGS).
      Added SHOW BDB LOGS as synonym for SHOW LOGS.
    19a4a84d
rpl_rotate_logs.result 3.31 KB