mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:29:57 +00:00
MDEV-19710 Split the server side code in rpl_utility.cc into virtual methods in Type_handler
This commit is contained in:
@ -118,7 +118,9 @@ public:
|
||||
|
||||
return source_type;
|
||||
}
|
||||
|
||||
#ifdef MYSQL_SERVER
|
||||
const Type_handler *field_type_handler(uint index) const;
|
||||
#endif
|
||||
|
||||
/*
|
||||
This function allows callers to get the extra field data from the
|
||||
|
Reference in New Issue
Block a user