mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Next part of merge. See TODO for details
This commit is contained in:
@ -662,3 +662,6 @@ DROP TABLE tmp_proxies_priv;
|
||||
# changes was correct
|
||||
|
||||
flush privileges;
|
||||
|
||||
ALTER TABLE slave_master_info ADD Ssl_crl TEXT CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The file used for the Certificate Revocation List (CRL)';
|
||||
ALTER TABLE slave_master_info ADD Ssl_crlpath TEXT CHARACTER SET utf8 COLLATE utf8_bin COMMENT 'The path used for Certificate Revocation List (CRL) files';
|
||||
|
Reference in New Issue
Block a user