summaryrefslogtreecommitdiff
path: root/sql-common/client.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
* 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
* | | | | | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-68/+81
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-9/+71
| * | | | | | Removed check_license() functionSergei Golubchik2011-07-011-56/+0
| | |_|_|/ / | |/| | | |
| * | | | | Ensure that all clients reads the appropriate 'client', client-mariadb and 'm...Michael Widenius2011-03-181-2/+6
| * | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | - Reduced memory requirements for mysqltest to 1/4.th This also gave a speed...Michael Widenius2011-02-241-0/+3
| * | | | | MBug#698132: Fix wrong buffer calculation in send_change_user_packet()unknown2011-01-061-1/+1
* | | | | | move authentication_windows_client and mysql_clear_password clear client auth...Sergei Golubchik2011-07-121-42/+0