• unknown's avatar
    Bug #30604: different flagging of time_zone_used in normal · 1ac31924
    unknown authored
      and ps-protocol
    Finding a routine should be a transparent operation as 
    far as the binary log is concerned.
    But it was influencing the binary log because of the TIMESTAMP
    column in the proc table.
    
    Fixed by preserving and restoring the time_zone usage flag when
    searching for a stored routine in the proc table.
    
    
    mysql-test/r/binlog_innodb.result:
      Bug #30604: test case
    mysql-test/r/ctype_cp932_binlog.result:
      Bug #30604: updated test results (a procedure call before that)
    mysql-test/t/binlog_innodb.test:
      Bug #30604: test case
    sql/sp.cc:
      Bug #30604: finding a routine should be a transparent operation as 
      far as the binary log is concerned.
      Fixed by preserving and restoring the time_zone usage flag.
    1ac31924
sp.cc 55.4 KB