--- documentation/manual/en/module_specs/Zend_Db_Adapter.xml (revision 22364)
+++ documentation/manual/en/module_specs/Zend_Db_Adapter.xml (working copy)
@@ -2015,6 +2015,40 @@
+ The driver_options item given to
+ Zend_Db::factory() may include (in addition to those listed in the
+ mysqli_options() documentation) the
+ following:
+
+
+
+ 'realConnectFlags' is used for the
+ $flags argument to
+ mysqli_real_connect(). If this value has
+ the MYSQLI_CLIENT_SSL bit set, then a call is
+ made to mysqli_ssl_set() (using the
+ following parameters) prior to the
+ mysqli_real_connect() call.
+
+
+
+ The 'sslKey', 'sslCert',
+ 'sslCa', 'sslCapath', and
+ 'sslCipher' items are used (respectively) for
+ the key, cert,
+ ca, capath, and
+ cipher arguments to
+ mysqli_ssl_set() (only if
+ 'realConnectFlags' has the
+ MYSQLI_CLIENT_SSL bit set). Any of these
+ items omitted from driver_options is replaced
+ with a NULL in the
+ mysqli_ssl_set() call.
+
+
+
+
+
MySQL does not support sequences, so
lastInsertId() ignores its arguments and
always returns the last value generated for an