summaryrefslogtreecommitdiff
path: root/sql-common/client.c
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base mergeSergei Golubchik2013-06-061-2/+2
|\
| * 5.5 mergeSergei Golubchik2013-06-061-2/+2
| |\
| | * strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-2/+2
* | | Merge 10.0-base -> 10.0unknown2013-05-281-2/+5
|\ \ \ | |/ /
| * | Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-051-2/+5
* | | 10.0-base mergeSergei Golubchik2013-04-181-2/+9
|\ \ \ | |/ /
| * | Changed the client library to only mark memory as THREAD_SPECIFIC if one has ...Michael Widenius2013-04-171-2/+9
* | | 10.0-base mergeSergei Golubchik2013-04-151-3/+10
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2013-04-141-1/+1
| |\ \ | | |/
| | * 5.3 mergeSergei Golubchik2013-04-121-0/+6
| | |\
| | | * 5.2 mergeSergei Golubchik2013-04-111-0/+6
| | | |\
| | | | * 5.1 mergeSergei Golubchik2013-04-111-0/+6
| | | | |\
| | | | | * MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-041-0/+6
| * | | | | MDEV-4088 Replication 10.0 -> 5.5 failsSergei Golubchik2013-04-091-0/+6
| * | | | | 5.5 mergeSergei Golubchik2013-03-271-3/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-2/+0
| | * | | | MDEV-4249 : when autodetecting default client charset on Windows, fallback to...Vladislav Vaintroub2013-03-061-1/+4
* | | | | | 10.0-base mergeSergei Golubchik2013-01-311-6/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 5.5 mergeSergei Golubchik2013-01-291-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.3 mergeSergei Golubchik2013-01-151-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | 5.2->5.3 mergeSergei Golubchik2013-01-101-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | one-byte overflow with old passwordsSergei Golubchik2012-12-111-2/+2
| | | * | | 5.2 merge.Sergei Golubchik2012-08-221-3/+12
| | | |\ \ \ | | | | |/ /
| | | | * | 5.1 mergeSergei Golubchik2012-08-221-3/+12
| | | | |\ \ | | | | | |/
| | | | | * merge with MySQL 5.1.65Sergei Golubchik2012-08-221-3/+12
| | | | | |\
| * | | | | | cleanup:Sergei Golubchik2013-01-231-6/+1
| * | | | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
| * | | | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-4/+11
* | | | | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-191-3/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Automatic merge with 5.5Michael Widenius2012-09-011-4/+19
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | merge with MySQL 5.5.27Sergei Golubchik2012-08-091-4/+19
| | |\ \ \ \ \
| | | * | | | | undo the fix for MySQL Bug#12998841Sergei Golubchik2012-08-081-61/+9
| | | * | | | | Bug #12910665: AUTH-PLUGIN-DATA-LEN NOT TESTED FOR VALIDITY BY THE Georgi Kodinov2012-06-291-0/+6
| | | * | | | | fixed a missing breakGeorgi Kodinov2012-07-051-0/+1
| | | * | | | | Bug #12998841: libmysql divulges plaintext password upon request in 5.5Georgi Kodinov2012-07-051-9/+60
| | | * | | | | merge bug#13708485 5.1->5.5Georgi Kodinov2012-06-291-3/+12
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | Bug #13708485: malformed resultset packet crashes clientGeorgi Kodinov2012-06-281-3/+12
* | | | | | | | MDEV-3802: Millisecond timeout support in non-blocking client library + fix i...unknown2012-10-121-1/+2
* | | | | | | | more fixes for test casesSergei Golubchik2012-10-011-5/+6
* | | | | | | | fixes for test failuresSergei Golubchik2012-09-271-25/+16
* | | | | | | | More fixesMichael Widenius2012-08-171-1/+1
* | | | | | | | Next part of merge. See TODO for detailsMichael Widenius2012-08-141-46/+122
|/ / / / / / /
* | | | | | | Added text for errno in error messages by:Michael Widenius2012-05-301-1/+1
|/ / / / / /
* | | | | | Fixed some simple warnings on Windows.Vladislav Vaintroub2012-04-131-13/+0
* | | | | | MWL#192 after-merge fixes.unknown2012-02-231-1/+1
* | | | | | Fix MWL#192 build error: Remove SSL special case for embedded server.unknown2012-02-221-2/+2
* | | | | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-211-27/+164
|\ \ \ \ \ \
| * | | | | | MWL#192: Fix problem when we first enable MYSQL_OPT_NONBLOCK, then connectunknown2012-01-301-2/+1
| * | | | | | MWL#192: non-blocking client API, after-review fixes.unknown2012-01-061-93/+72
| * | | | | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-201-16/+180