mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Remove XtraDB
The XtraDB storage engine was already replaced by InnoDB and disabled in MariaDB Server 10.2. Let us remove it altogether to avoid dragging dead code around. Replace some references to XtraDB with references to InnoDB. rpl_get_position_info(): Remove. Remove the mysql-test-run --suite=percona, because it only contains tests specific to XtraDB, many of which were disabled already in earlier MariaDB versions.
This commit is contained in:
@@ -5204,10 +5204,6 @@ inline int Log_event_writer::write(Log_event *ev)
|
||||
bool slave_execute_deferred_events(THD *thd);
|
||||
#endif
|
||||
|
||||
bool rpl_get_position_info(const char **log_file_name, ulonglong *log_pos,
|
||||
const char **group_relay_log_name,
|
||||
ulonglong *relay_log_pos);
|
||||
|
||||
bool event_that_should_be_ignored(const char *buf);
|
||||
bool event_checksum_test(uchar *buf, ulong event_len, enum_binlog_checksum_alg alg);
|
||||
enum enum_binlog_checksum_alg get_checksum_alg(const char* buf, ulong len);
|
||||
|
Reference in New Issue
Block a user