mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -52,7 +52,7 @@ void mysql_client_binlog_statement(THD* thd)
|
||||
Allocation
|
||||
*/
|
||||
if (!thd->rli_fake)
|
||||
thd->rli_fake= new RELAY_LOG_INFO;
|
||||
thd->rli_fake= new Relay_log_info;
|
||||
|
||||
const Format_description_log_event *desc=
|
||||
new Format_description_log_event(4);
|
||||
|
Reference in New Issue
Block a user