summaryrefslogtreecommitdiff
path: root/COPYING.LESSER
Commit message (Collapse)AuthorAgeFilesLines
* remove COPYING.LESSERSergei Golubchik2017-03-211-516/+0
| | | | shouldn't have been added in the first place, MariaDB Server is GPLv2
* MWL#192: non-blocking client API, after-review fixes.unknown2012-01-061-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).