Oracle 5.0 Reference Manual page 2629

Table of Contents

Advertisement

Mysqlnd replication and load balancing plugin (mysqlnd_ms)
global_transaction_id_injection
array or object
If an empty slave list is configured and an attempt is made to
execute a statement on a slave the plugin may emit a warning like
mysqlnd_ms) Couldn't find the appropriate slave
connection. 0 slaves to choose from.
execution. It is possible that another warning follows such as
(mysqlnd_ms) No connection selected by the last
filter.
Global transaction identifier configuration related to both the use of
the server built-in global transaction ID feature and the client-side
emulation.
Keyword
Description
SQL statement for accessing the latest global
fetch_last_gtid
transaction identifier. The SQL statement
is run if the plugin needs to know the most
recent global transaction identifier. This can
be the case, for example, when checking
MySQL Replication slave status. Also used
with mysqlnd_ms_get_last_gtid.
SQL statement for checking if a replica has
check_for_gtid
replicated all transactions up to and including
ones searched for. The SQL statement is run
when searching for replicas which can offer
a higher level of consistency than eventual
consistency. The statement must contain a
placeholder
#GTID
with the global transaction identifier searched
for by the plugin. Please, check the
for examples.
Whether to emit an error of type warning if
report_errors
an issue occurs while executing any of the
configured SQL statements.
Client-side global transaction ID emulation
on_commit
only. SQL statement to run when a transaction
finished to update the global transaction
identifier sequence number on the master.
Please, see the
Instructs the plugin to wait up to
wait_for_gtid_timeout
wait_for_gtid_timeout
slave to catch up when searching for slaves
that can deliver session consistency. The
setting limits the time spend for polling the
slave status. If polling the status takes very
long, the total clock time spend waiting may
exceed wait_for_gtid_timeout. The
plugin calls
sleep(1)
between each two polls.
The setting can be used both with the plugins
client-side emulation and the server-side
global transaction identifier feature of MySQL
5.6.
Waiting for a slave to replicate a certain GTID
needed for session consistency also means
2609
which is to be replaced
quickstart
quickstart
for examples.
seconds for a
to sleep one second
upon statement
Version
Since 1.2.0.
Since 1.2.0.
Since 1.2.0.
Since 1.2.0.
Since 1.4.0.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents