• 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
• 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)
• BC break:
viewvc/pecl/mysqlnd_ms/trunk/
similar functionality, but see below for an explanation of the differences.
• New powerful JSON based configuration syntax.
•
Lazy connections
• 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)
Mysqlnd replication and load balancing plugin (mysqlnd_ms)
filter
concept:
mysqlnd_ms_set_user_pick_server
user
improved: security relevant, and state changing commands are covered.
to fetch the last global transaction id.
has been removed. Thehttp://svn.php.net/
filter has been introduced to replace it. The filter offers
2656
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers