summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-1127-27/+27
* MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_listSergei Golubchik2017-02-271-2/+48
* Fix free() after my_malloc() (should be my_free()).Kristian Nielsen2016-09-241-1/+1
* mysql-5.5.41 mergeSergei Golubchik2014-12-192-2/+2
|\
| * Changing the copyright headers a bit to be complaint with the standardsMurthy Narkedimilli2014-08-272-2/+2
* | MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-5/+5
* | cmake: mark AIO_LIBRARY, EVENT_LIBRARY, GROFF, NROFF as advanced;Sergei Golubchik2014-06-031-0/+1
* | mysql-5.5.37 selective mergeSergei Golubchik2014-03-2712-0/+12
|\ \ | |/
| * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-1712-0/+12
* | MySQL-5.5.36 mergeSergei Golubchik2014-02-178-10/+18
|\ \ | |/
| * Updated/added copyright headersMurthy Narkedimilli2014-01-068-10/+18
* | Fixed compiler errors and warningsMichael Widenius2013-12-021-1/+1
* | MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error...Sergei Golubchik2013-09-091-0/+2
* | mysql-5.5.32 mergeSergei Golubchik2013-07-1622-22/+22
|\ \ | |/
| * Correcting the permissions of the executable files.Murthy Narkedimilli2013-03-2012-0/+0
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-1922-22/+22
| * merge 5.1 => 5.5Tor Didriksen2012-11-011-0/+1
| |\
| | * Bug#14840488 VALGRIND ERRORS IN MYSQL_CLIENT_TESTTor Didriksen2012-11-011-0/+1
* | | MDEV-4601 : Allow MariaDB to be build without non-blocking client.Vladislav Vaintroub2013-06-151-1/+2
* | | MDEV-4604 Wrong server status when sending out parametersSergei Golubchik2013-06-121-0/+71
* | | 5.3 merge.Sergei Golubchik2013-05-201-1/+109
|\ \ \
| * \ \ 5.2 mergeSergei Golubchik2013-05-201-1/+109
| |\ \ \
| | * \ \ 5.1 mergeSergei Golubchik2013-05-201-1/+109
| | |\ \ \
| | | * | | MDEV-4326 fix.unknown2013-04-091-1/+109
* | | | | | MDEV-4332 Increase username length from 16 charactersSergei Golubchik2013-04-181-4/+5
* | | | | | 5.3 mergeSergei Golubchik2013-04-121-4/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 5.2 mergeSergei Golubchik2013-04-111-4/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.1 mergeSergei Golubchik2013-04-111-4/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-4/+5
* | | | | | 5.3 mergeSergei Golubchik2013-01-251-72/+108
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 5.2 mergeSergei Golubchik2013-01-251-72/+108
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-3915 COM_CHANGE_USER allows fast password brute-forcingSergei Golubchik2013-01-251-72/+108
| * | | | | 5.2 merge.Sergei Golubchik2012-08-223-1363/+1388
| |\ \ \ \ \ | | |/ / / /
| | * | | | 5.1 mergeSergei Golubchik2012-08-223-1363/+1388
| | |\ \ \ \ | | | |/ / /
| | | * | | merge with MySQL 5.1.65Sergei Golubchik2012-08-223-1361/+1386
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | typoSergei Golubchik2012-12-061-1/+1
* | | | | | Fix yet another regression after MDEV-3885.Vladislav Vaintroub2012-11-271-1/+1
* | | | | | MDEV-3885 - connection suicide via mysql_kill() causes assertion in serverVladislav Vaintroub2012-11-271-0/+17
* | | | | | mysql-5.5.28Sergei Golubchik2012-10-162-32/+42
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge from 5.1 to 5.5Praveenkumar Hulakund2012-07-262-7/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | mysql_client_fw.c was not included in make distBjorn Munch2012-07-101-0/+1
* | | | | | Fix for bug lp:1039277 "Crash in sql_cache.cc".Michael Widenius2012-08-211-0/+47
* | | | | | merge with MySQL 5.5.27Sergei Golubchik2012-08-092-1423/+1446
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed compile error in mysql_client_test using gccBjorn Munch2012-07-091-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed compile error in mysql_client_test using gccBjorn Munch2012-07-091-1/+1
| * | | | | Refactor mysql_client_test.c into a framework part and a test partBjorn Munch2012-07-092-1396/+1423
| |\ \ \ \ \ | | |/ / / /
| | * | | | Refactor mysql_client_test.c into a framework part and a test partBjorn Munch2012-07-093-1353/+1381
* | | | | | Merge MWL#192: Non-blocking client library, into MariaDB 5.5.unknown2012-02-215-0/+1049
|\ \ \ \ \ \
| * | | | | | MWL#192: non-blocking client API, after-review fixes.unknown2012-01-063-26/+29
| * | | | | | MWL#192: Non-blocking client API for libmysqlclient.unknown2011-09-205-0/+1046