mirror of
https://github.com/MariaDB/server.git
synced 2025-08-02 14:47:37 +03:00
Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standards
(and be more friendly to Doxygen by removing unnecessary typedefs).
This commit is contained in:
@ -21,7 +21,7 @@ size_t pack_row_old(TABLE *table, MY_BITMAP const* cols,
|
||||
uchar *row_data, const uchar *record);
|
||||
|
||||
#ifdef HAVE_REPLICATION
|
||||
int unpack_row_old(RELAY_LOG_INFO *rli,
|
||||
int unpack_row_old(Relay_log_info *rli,
|
||||
TABLE *table, uint const colcnt, uchar *record,
|
||||
uchar const *row, MY_BITMAP const *cols,
|
||||
uchar const **row_end, ulong *master_reclength,
|
||||
|
Reference in New Issue
Block a user