MXS-867: Binlog server encryption key has same format as MariaDB key file
Default algorithm is now AES_CBC. The MariaDB 10.1 key file cannot be read as it might contain more than 1 rows.
This commit is contained in:
@ -2141,7 +2141,7 @@ blr_slave_binlog_dump(ROUTER_INSTANCE *router, ROUTER_SLAVE *slave, GWBUF *queue
|
||||
/* FDE ends at pos 4 + FDE size */
|
||||
fde_end_pos = 4 + GWBUF_LENGTH(fde);
|
||||
|
||||
/* Send the FORMAT_DESCRIPTION_EVENT */
|
||||
/* Send a Fake FORMAT_DESCRIPTION_EVENT */
|
||||
if (slave->binlog_pos != 4)
|
||||
{
|
||||
blr_slave_send_fde(router, slave, fde);
|
||||
|
Reference in New Issue
Block a user