1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Implemented replication over SSL

Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS,
 Honoring this parameters during connection to master.
 Introduced new format of master.info file
This commit is contained in:
dlenev@dlenev.mshome
2003-09-01 15:16:20 +04:00
parent e8d52f342d
commit 2486222cd2
43 changed files with 397 additions and 59 deletions

View File

@ -288,4 +288,5 @@
#define ER_CANT_AGGREGATE_NCOLLATIONS 1269
#define ER_VARIABLE_IS_NOT_STRUCT 1270
#define ER_UNKNOWN_COLLATION 1271
#define ER_ERROR_MESSAGES 272
#define ER_SLAVE_IGNORED_SSL_PARAMS 1272
#define ER_ERROR_MESSAGES 273