summaryrefslogtreecommitdiff
path: root/sql-common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-153-21/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | 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
| * | | | | | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-072-18/+19
| * | | | | | | 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-312-7/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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-232-2/+2
| * | | | | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-232-5/+12
| * | | | | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-0/+22
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-3802. Millisecond timeout support in non-blocking client library.unknown2012-10-121-0/+22
* | | | | | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-192-252/+178
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MDEV-457 Inconsistent data truncation on datetime values with fractional seco...Sergei Golubchik2012-09-081-249/+160
| * | | | | | | 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-082-66/+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-052-9/+65
| | | * | | | | 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-122-12/+51
* | | | | | | | compilation and test failuresSergei Golubchik2012-10-041-11/+11
* | | | | | | | 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
|/ / / / / / /
* | | | | | | automatic merge with 5.5Michael Widenius2012-06-271-17/+80
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | mergeVladislav Vaintroub2012-06-131-17/+80
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | LP1008334 : Speedup specific datetime queries that got slower with introducti...Vladislav Vaintroub2012-06-081-17/+80
| | * | | | | mergeSergei Golubchik2012-04-051-2/+2
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |