Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MWL#192: non-blocking client API, after-review fixes. | unknown | 2012-01-06 | 1 | -0/+516 |
Main change is that non-blocking operation is now an option that must be explicitly enabled with mysql_option(mysql, MYSQL_OPT_NONBLOCK, ...) before any non-blocing operation can be used. Also the CLIENT_REMEMBER_OPTIONS flag is now always enabled and thus effectively ignored (it was not really useful anyway, and this simplifies things when non-blocking mysql_real_connect() fails). |