Option | --enable-slave-thl-listener | |
Aliases | --repl-enable-slave-thl-listener | |
Config File Options | enable-slave-thl-listener , repl-enable-slave-thl-listener | |
Description | Should this service allow THL connections? | |
Value Type | string |
Option | --enable-active-witnesses | |
Aliases | --active-witnesses | |
Config File Options | active-witnesses , enable-active-witnesses | |
Description | Enable active witness hosts | |
Value Type | string |
Option | --enable-connector-client-ssl | |
Aliases | --connector-client-ssl | |
Config File Options | connector-client-ssl , enable-connector-client-ssl | |
Description | Enable SSL encryption of traffic from the client to the connector | |
Value Type | string |
Option | --enable-connector-server-ssl | |
Aliases | --connector-server-ssl | |
Config File Options | connector-server-ssl , enable-connector-server-ssl | |
Description | Enable SSL encryption of traffic from the connector to the database | |
Value Type | string |
Option | --enable-connector-ssl | |
Aliases | --connector-ssl | |
Config File Options | connector-ssl , enable-connector-ssl | |
Description | Enable SSL encryption of connector traffic to the database | |
Value Type | string |
Option | --enable-heterogeneous-master | |
Aliases | --enable-heterogenous-master | |
Config File Options | enable-heterogeneous-master , enable-heterogenous-master | |
Description | Enable heterogeneous operation for the Primary | |
Value Type | string |
Option | --enable-heterogeneous-slave | |
Aliases | --enable-heterogenous-slave | |
Config File Options | enable-heterogeneous-slave , enable-heterogenous-slave | |
Description | Enable heterogeneous operation for the Replica | |
Value Type | string |
--enable-heterogeneous-service
Option | --enable-heterogeneous-service | |
Aliases | --enable-heterogenous-service | |
Config File Options | enable-heterogeneous-service , enable-heterogenous-service | |
Description | Enable heterogeneous operation | |
Value Type | string |
On a Primary
--mysql-use-bytes-for-string
is set to false.
colnames
filter is
enabled (in the
binlog-to-q
stage
to add column names to the THL information.
pkey
filter is
enabled (in the
binlog-to-q
and
q-to-dbms
stage),
with the
addPkeyToInserts
and
addColumnsToDeletes
filter options set to false.
enumtostring
filter is enabled (in the
q-to-thl
stage), to
translate ENUM
values to their string equivalents.
settostring
filter
is enabled (in the
q-to-thl
stage), to
translate SET
values to their string equivalents.
On a Replica
--mysql-use-bytes-for-string
is set to true.
Option | --enable-heterogenous-master | |
Config File Options | enable-heterogenous-master | |
Description | Enable heterogenous operation for the Primary | |
Value Type | string |
Option | --enable-heterogenous-slave | |
Config File Options | enable-heterogenous-slave | |
Description | Enable heterogenous operation for the Replica | |
Value Type | string |
Option | --enable-heterogenous-service | |
Config File Options | enable-heterogenous-service | |
Description | Enable heterogenous operation | |
Value Type | string |
Option | --enable-jgroups-ssl | |
Aliases | --jgroups-ssl | |
Config File Options | enable-jgroups-ssl , jgroups-ssl | |
Description | Enable SSL encryption of JGroups communication on this host | |
Value Type | string |
Option | --enable-rmi-authentication | |
Aliases | --rmi-authentication | |
Config File Options | enable-rmi-authentication , rmi-authentication | |
Description | Enable RMI authentication for the services running on this host | |
Value Type | string |
Option | --enable-rmi-ssl | |
Aliases | --rmi-ssl | |
Config File Options | enable-rmi-ssl , rmi-ssl | |
Description | Enable SSL encryption of RMI communication on this host | |
Value Type | string |
Option | --enable-sudo-access | |
Aliases | --root-command-prefix | |
Config File Options | enable-sudo-access , root-command-prefix | |
Description | Run root commands using sudo | |
Value Type | string |
Option | --enable-thl-ssl | |
Aliases | --repl-enable-thl-ssl , --thl-ssl | |
Config File Options | enable-thl-ssl , repl-enable-thl-ssl , thl-ssl | |
Description | Enable SSL encryption of THL communication for this service | |
Value Type | string |
Option | --executable-prefix | |
Config File Options | executable-prefix | |
Description | Adds a prefix to command aliases | |
Value Type | string |
When enabled, the supplied prefix is added to each command alias
that is generated for a given installation. This enables
multiple installations to co-exist and and be accessible through
a unique alias. For example, if the executable prefix is
configured as east
, then
an alias for the installation to trepctl will
be created as east_trepctl.
Alias information for executable prefix data is stored within
the
$CONTINUENT_ROOT/share/aliases.sh
file for each installation.