mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-8264 encryption for binlog
* Start_encryption_log_event * --encrypt-binlog command line option based on google patches.
This commit is contained in:
@ -467,6 +467,10 @@ public:
|
||||
}
|
||||
return false;
|
||||
}
|
||||
bool append_hex(const uchar *src, uint32 srclen)
|
||||
{
|
||||
return append_hex((const char*)src, srclen);
|
||||
}
|
||||
bool fill(uint32 max_length,char fill);
|
||||
void strip_sp();
|
||||
friend int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
|
||||
|
Reference in New Issue
Block a user