Mysqlnd replication and load balancing plugin (
mysqlnd_ms
)
2656
• Added client-side global transaction id injection (GTID).
• New statistics related to GTID:
•
gtid_autocommit_injections_success
•
gtid_autocommit_injections_failure
•
gtid_commit_injections_success
•
gtid_commit_injections_failure
•
gtid_implicit_commit_injections_success
•
gtid_implicit_commit_injections_failure
• Added
mysqlnd_ms_get_last_gtid
to fetch the last global transaction id.
• Enabled support for multi master without slaves.
20.7.6.9.5. PECL/mysqlnd_ms 1.1 series
Copyright 1997-2012 the PHP Documentation Group. [2230]
1.1.0
• Release date: 09/2011
• Motto/theme: Cover replication basics with production quality
The 1.1 and 1.0 series expose a similar feature set. Internally, the 1.1 series has been refactored to
plan for future feature additions. A new configuration file format has been introduced, and limitations
have been lifted. And the code quality and quality assurance has been improved.
Feature changes
• Added the (chainable)
filter concept
:
• BC break:
mysqlnd_ms_set_user_pick_server
has been removed. Thehttp://svn.php.net/
viewvc/pecl/mysqlnd_ms/trunk/
user
filter has been introduced to replace it. The filter offers
similar functionality, but see below for an explanation of the differences.
• New powerful JSON based configuration syntax.
•
Lazy connections improved
: security relevant, and state changing commands are covered.
• Support for (native) prepared statements.
• New statistics:
use_master_guess
,
use_slave_guess
.
• BC break: Semantics of statistics changed for
use_slave
,
use_master
. Future changes are
likely. Please see,
mysqlnd_ms_get_stats
.
• List of broadcasted messages extended by
ssl_set
.
• Library calls now monitored to remember settings for lazy connections:
change_user
,
select_db
,
set_charset
,
set_autocommit
.
• Introduced
mysqlnd_ms.disable_rw_split
. The configuration setting allows using the load
balancing and lazy connection functionality independently of read write splitting.
Bug fixes
• Fixed PECL #22724 - Server switching (mysqlnd_ms_query_is_select() case sensitive)
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...