@@ -62,11 +62,11 @@ public enum PropertyKey {
62
62
63
63
allowLoadLocalInfile ("allowLoadLocalInfile" , true ), //
64
64
allowLoadLocalInfileInPath ("allowLoadLocalInfileInPath" , true ), //
65
- allowSourceDownConnections ("allowSourceDownConnections" , "allowMasterDownConnections" , true ), //
66
65
allowMultiQueries ("allowMultiQueries" , true ), //
67
66
allowNanAndInf ("allowNanAndInf" , true ), //
68
67
allowPublicKeyRetrieval ("allowPublicKeyRetrieval" , true ), //
69
68
allowReplicaDownConnections ("allowReplicaDownConnections" , "allowSlaveDownConnections" , true ), //
69
+ allowSourceDownConnections ("allowSourceDownConnections" , "allowMasterDownConnections" , true ), //
70
70
allowUrlInLocalInfile ("allowUrlInLocalInfile" , true ), //
71
71
alwaysSendSetIsolation ("alwaysSendSetIsolation" , true ), //
72
72
authenticationPlugins ("authenticationPlugins" , true ), //
@@ -125,13 +125,14 @@ public enum PropertyKey {
125
125
failOverReadOnly ("failOverReadOnly" , true ), //
126
126
fallbackToSystemKeyStore ("fallbackToSystemKeyStore" , true ), //
127
127
fallbackToSystemTrustStore ("fallbackToSystemTrustStore" , true ), //
128
+ forceConnectionTimeZoneToSession ("forceConnectionTimeZoneToSession" , true ), //
128
129
functionsNeverReturnBlobs ("functionsNeverReturnBlobs" , true ), //
129
130
gatherPerfMetrics ("gatherPerfMetrics" , true ), //
130
131
generateSimpleParameterMetadata ("generateSimpleParameterMetadata" , true ), //
131
132
getProceduresReturnsFunctions ("getProceduresReturnsFunctions" , true ), //
132
- holdResultsOpenOverStatementClose ("holdResultsOpenOverStatementClose" , true ), //
133
133
ha_enableJMX ("ha.enableJMX" , "haEnableJMX" , true ), //
134
134
ha_loadBalanceStrategy ("ha.loadBalanceStrategy" , "haLoadBalanceStrategy" , true ), //
135
+ holdResultsOpenOverStatementClose ("holdResultsOpenOverStatementClose" , true ), //
135
136
ignoreNonTxTables ("ignoreNonTxTables" , true ), //
136
137
includeInnodbStatusInDeadlockExceptions ("includeInnodbStatusInDeadlockExceptions" , true ), //
137
138
includeThreadDumpInDeadlockExceptions ("includeThreadDumpInDeadlockExceptions" , true ), //
@@ -148,8 +149,8 @@ public enum PropertyKey {
148
149
loadBalanceExceptionChecker ("loadBalanceExceptionChecker" , true ), //
149
150
loadBalanceHostRemovalGracePeriod ("loadBalanceHostRemovalGracePeriod" , true ), //
150
151
loadBalancePingTimeout ("loadBalancePingTimeout" , true ), //
151
- loadBalanceSQLStateFailover ("loadBalanceSQLStateFailover" , true ), //
152
152
loadBalanceSQLExceptionSubclassFailover ("loadBalanceSQLExceptionSubclassFailover" , true ), //
153
+ loadBalanceSQLStateFailover ("loadBalanceSQLStateFailover" , true ), //
153
154
loadBalanceValidateConnectionOnSwapServer ("loadBalanceValidateConnectionOnSwapServer" , true ), //
154
155
localSocketAddress ("localSocketAddress" , true ), //
155
156
locatorFetchBufferSize ("locatorFetchBufferSize" , true ), //
@@ -172,6 +173,9 @@ public enum PropertyKey {
172
173
padCharsWithSpace ("padCharsWithSpace" , true ), //
173
174
paranoid ("paranoid" , false ), //
174
175
parseInfoCacheFactory ("parseInfoCacheFactory" , true ), //
176
+ password1 ("password1" , true ), //
177
+ password2 ("password2" , true ), //
178
+ password3 ("password3" , true ), //
175
179
passwordCharacterEncoding ("passwordCharacterEncoding" , true ), //
176
180
pedantic ("pedantic" , true ), //
177
181
pinGlobalTxToPhysicalConnection ("pinGlobalTxToPhysicalConnection" , true ), //
@@ -182,7 +186,6 @@ public enum PropertyKey {
182
186
processEscapeCodesForPrepStmts ("processEscapeCodesForPrepStmts" , true ), //
183
187
profilerEventHandler ("profilerEventHandler" , true ), //
184
188
profileSQL ("profileSQL" , true ), //
185
- forceConnectionTimeZoneToSession ("forceConnectionTimeZoneToSession" , true ), //
186
189
propertiesTransform ("propertiesTransform" , true ), //
187
190
queriesBeforeRetrySource ("queriesBeforeRetrySource" , "queriesBeforeRetryMaster" , true ), //
188
191
queryInterceptors ("queryInterceptors" , true ), //
@@ -208,7 +211,6 @@ public enum PropertyKey {
208
211
serverConfigCacheFactory ("serverConfigCacheFactory" , true ), //
209
212
serverRSAPublicKeyFile ("serverRSAPublicKeyFile" , true ), //
210
213
sessionVariables ("sessionVariables" , true ), //
211
- trackSessionState ("trackSessionState" , true ), //
212
214
slowQueryThresholdMillis ("slowQueryThresholdMillis" , true ), //
213
215
slowQueryThresholdNanos ("slowQueryThresholdNanos" , true ), //
214
216
socketFactory ("socketFactory" , true ), //
@@ -224,6 +226,7 @@ public enum PropertyKey {
224
226
tcpTrafficClass ("tcpTrafficClass" , true ), //
225
227
tinyInt1isBit ("tinyInt1isBit" , true ), //
226
228
traceProtocol ("traceProtocol" , true ), //
229
+ trackSessionState ("trackSessionState" , true ), //
227
230
transformedBitIsBoolean ("transformedBitIsBoolean" , true ), //
228
231
treatUtilDateAsTimestamp ("treatUtilDateAsTimestamp" , true ), //
229
232
trustCertificateKeyStorePassword ("trustCertificateKeyStorePassword" , true ), //
0 commit comments