File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1771
1771
# (string value)
1772
1772
#mysql_sql_mode = TRADITIONAL
1773
1773
1774
- # If True, transparently enables support for handling MySQL Cluster (NDB).
1775
- # (boolean value)
1774
+ # DEPRECATED: If True, transparently enables support for handling MySQL Cluster
1775
+ # (NDB). (boolean value)
1776
+ # This option is deprecated for removal since 12.1.0.
1777
+ # Its value may be silently ignored in the future.
1778
+ # Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
1779
+ # and will be removed in a future release.
1776
1780
#mysql_enable_ndb = false
1777
1781
1778
1782
# Connections which have been present in the connection pool longer than this
5619
5623
# default. If this option is equal to False then the health check heartbeat will
5620
5624
# inherit the execution model from the parent process. For example if the parent
5621
5625
# process has monkey patched the stdlib by using eventlet/greenlet then the
5622
- # heartbeat will be run through a green thread. (boolean value)
5623
- #heartbeat_in_pthread = true
5626
+ # heartbeat will be run through a green thread. This option should be set to
5627
+ # True only for the wsgi services. (boolean value)
5628
+ #heartbeat_in_pthread = false
5624
5629
5625
5630
# How long to wait before reconnecting in response to an AMQP consumer cancel
5626
5631
# notification. (floating point value)
Original file line number Diff line number Diff line change 178
178
# (string value)
179
179
#mysql_sql_mode = TRADITIONAL
180
180
181
- # If True, transparently enables support for handling MySQL Cluster (NDB).
182
- # (boolean value)
181
+ # DEPRECATED: If True, transparently enables support for handling MySQL Cluster
182
+ # (NDB). (boolean value)
183
+ # This option is deprecated for removal since 12.1.0.
184
+ # Its value may be silently ignored in the future.
185
+ # Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
186
+ # and will be removed in a future release.
183
187
#mysql_enable_ndb = false
184
188
185
189
# Connections which have been present in the connection pool longer than this
Original file line number Diff line number Diff line change 789
789
# (string value)
790
790
#mysql_sql_mode = TRADITIONAL
791
791
792
- # If True, transparently enables support for handling MySQL Cluster (NDB).
793
- # (boolean value)
792
+ # DEPRECATED: If True, transparently enables support for handling MySQL Cluster
793
+ # (NDB). (boolean value)
794
+ # This option is deprecated for removal since 12.1.0.
795
+ # Its value may be silently ignored in the future.
796
+ # Reason: Support for the MySQL NDB Cluster storage engine has been deprecated
797
+ # and will be removed in a future release.
794
798
#mysql_enable_ndb = false
795
799
796
800
# Connections which have been present in the connection pool longer than this
You can’t perform that action at this time.
0 commit comments