summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2021-08-181-3/+3
|\
| * mysql_client_test: test_bug40365 gcc-11.2.1 indentation complaintDaniel Black2021-08-151-3/+3
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-0/+66
|\ \ | |/
| * MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-191-0/+66
* | Merge 10.2 into 10.3Marko Mäkelä2021-03-311-750/+0
|\ \ | |/
| * remove broken tests/grant.plDaniel Black2021-03-301-750/+0
* | Merge branch '10.2' into 10.3Sergei Golubchik2020-11-091-2/+5
|\ \ | |/
| * MDEV-19838: followup to make happy following protocol implementations:Oleksandr Byelkin2020-11-051-2/+5
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-0/+150
|\ \ | |/
| * MDEV-19838 Wrong direxec param data caused crashLawrin Novitsky2020-10-291-0/+149
* | Merge branch '10.2' into 10.3Sujatha2020-09-2812-13/+14
|\ \ | |/
| * Merge branch '10.1' into 10.2Sujatha2020-09-2811-11/+11
| |\
| | * MDEV-23697: perl -w -> perlDaniel Black2020-09-2411-11/+11
| * | Fix GCC 10.2.0 -Og -fsanitize=undefined -Wformat-overflowMarko Mäkelä2020-09-231-3/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-0217-17/+72
|\ \ \ | |/ /
| * | MDEV-22779: Fix a memory leak in the unit testMarko Mäkelä2020-07-011-0/+2
| * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-0116-16/+16
| |\ \ | | |/
| | * mtr: use env for perlDaniel Black2020-06-2316-16/+16
| * | MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-141-0/+52
* | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-6/+24
|\ \ \ | |/ /
| * | Ensure that tests and programs can restore variablesMonty2019-06-031-6/+24
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-0/+21
|\ \ \ | |/ /
| * | MDEV-19490 show tables fails when selecting the information_schema databaseMonty2019-05-161-0/+21
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1427-27/+27
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-1327-27/+27
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1127-27/+27
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1127-27/+27
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-271-1/+61
|\ \ \ \ | |/ / /
| * | | MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-251-0/+61
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2019-03-261-1/+1
| | |\ \
| | | * | Fix USE_AFTER_FREE (CWE-416)FaramosCZ2019-03-221-1/+1
| | * | | MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2019-03-121-0/+20
| | * | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-163-15/+5
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | fix memory leaks in mysql_client_testSergei Golubchik2019-03-061-2/+2
* | | | | fix memory leaks in mysql_client_testSergei Golubchik2019-03-071-0/+20
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-1/+61
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-141-0/+64
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14581 Server does not clear diagnostics between sessionsVladislav Vaintroub2018-10-051-0/+15
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | fix failing main.mysql_client_test test on 32bitSergei Golubchik2018-05-151-2/+2
* | | | | Removed even more warning that was found with -WunusedMonty2018-04-301-1/+1
* | | | | Fixed a compiler errorIgor Babaev2018-04-251-1/+2
* | | | | MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-251-0/+323
* | | | | MDEV-15079: Parameter array operation inserts wrong values in autoincrement f...Oleksandr Byelkin2018-04-251-0/+54
* | | | | Mdev-10664 Add statuses about optimistic parallel replication stallsSachin Setiya2018-04-191-1/+1
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-283-16/+7
|\ \ \ \ \ | |/ / / /