Login | Register
This page has expired. The new page is located here:
http://dev.mysql.com/doc/refman/4.1/en/innodb-transaction-model.html
Please update any bookmarks that you may have had for the page.
The client group of the config file does not seem to be read at all unless MYSQL_READ_DEFAULT_GROUP is used.If you wish that the client group is read, but don't want to specify a default group, include the following: mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "client");
Add your own comment.
User Comments
The client group of the config file does not seem to be read at all unless MYSQL_READ_DEFAULT_GROUP is used.
If you wish that the client group is read, but don't want to specify a default group, include the following:
mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "client");
Add your own comment.