Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove COPYING.LESSER | Sergei Golubchik | 2017-03-21 | 1 | -516/+0 |
| | | | | shouldn't have been added in the first place, MariaDB Server is GPLv2 | ||||
* | 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). |