mirror of https://github.com/MariaDB/server
Browse Source
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.pull/374/head
1 changed files with 24 additions and 3 deletions
Loading…
Reference in new issue