mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: use enum_binlog_checksum_alg, not uint8
* fix unireg.h includes * use enum_binlog_checksum_alg for binlog checksum variables, not uint8
This commit is contained in:
@ -218,7 +218,7 @@ class Master_info : public Slave_reporting_capability
|
||||
Initialized to novalue, then set to the queried from master
|
||||
@@global.binlog_checksum and deactivated once FD has been received.
|
||||
*/
|
||||
uint8 checksum_alg_before_fd;
|
||||
enum enum_binlog_checksum_alg checksum_alg_before_fd;
|
||||
uint connect_retry;
|
||||
#ifndef DBUG_OFF
|
||||
int events_till_disconnect;
|
||||
|
Reference in New Issue
Block a user