Fixing compile problem on some platforms resulting from building a
configuration with HAVE_REPLICATION undefined, which causes the *_rows_log_event_old classes to only have a default constructor. This generates an error on some platforms, since the base classes does not have a default constructor defined. Updating signatures of do_prepare_row() for classes above, since signatures in base classes changed. sql/log_event_old.h: Adding constructor since when HAVE_REPLICATION is not defined, the class will not have any constructor, which generates an error on some platforms. Updating signature of do_prepare_row() since signature changed in base classes.
Showing
Please register or sign in to comment