Skip to content
  • Neha Kumari's avatar
    8ca07aee
    Wl#7440: Moving binlog decoding into separate package. · 8ca07aee
    Neha Kumari authored
    Addressing comments from Tor and Sven.
    
    - Added the method is_valid(not virtual though) to class Log_event
    - Added the method get_type_code(Not virtual though) to class Log_event
    - Removed the method get_event_name from libbinlogevent as it is not required there.
    - Added the method get_type_str in the server code(in class Log_event).
    - Moved the methods used for calculating binary_length of time, datetime, and timestamp
      from server to libbinlogevents.
    - Code beautification.
    8ca07aee
    Wl#7440: Moving binlog decoding into separate package.
    Neha Kumari authored
    Addressing comments from Tor and Sven.
    
    - Added the method is_valid(not virtual though) to class Log_event
    - Added the method get_type_code(Not virtual though) to class Log_event
    - Removed the method get_event_name from libbinlogevent as it is not required there.
    - Added the method get_type_str in the server code(in class Log_event).
    - Moved the methods used for calculating binary_length of time, datetime, and timestamp
      from server to libbinlogevents.
    - Code beautification.
Loading