1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

separate online_alter_cache_data from binlog_cache_data

This commit is contained in:
Sergei Golubchik
2022-06-29 18:01:20 +02:00
parent e358d5ee20
commit 64b55151f4
6 changed files with 60 additions and 58 deletions

View File

@@ -658,6 +658,7 @@ typedef ulonglong alter_table_operations;
class Event_log;
class Cache_flip_event_log;
class binlog_cache_data;
class online_alter_cache_data;
typedef bool Log_func(THD*, TABLE*, Event_log *, binlog_cache_data *, bool,
const uchar*, const uchar*);