summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-163-15/+5
* | | | MDEV-15501 : Make `proxy_protocol_networks` variable read-write.Vladislav Vaintroub2018-03-231-0/+12
* | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+3
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-191-0/+114
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-161-0/+114
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15289 Binding an out-of-range DATETIME value in binary protocol breaks r...Alexander Barkov2018-02-161-0/+114
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-0/+3
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-302-0/+89
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14454 Binary protocol returns wrong collation ID for SP OUT parametersAlexander Barkov2017-11-212-0/+89
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-0/+225
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14013 : sql_mode=EMPTY_STRING_IS_NULLhalfspawn2017-10-141-0/+225
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-042-13/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-022-13/+13
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-282-13/+13
* | | | | In test_proxy_header(), use IP address 192.0.2.1 .mariadb-10.3.1Vladislav Vaintroub2017-08-261-2/+2
* | | | | mysql_client_test: don't use 192.168.0.1Sergei Golubchik2017-08-261-3/+4
* | | | | fix compile errorsVladislav Vaintroub2017-08-231-1/+1
* | | | | MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-221-0/+181
|/ / / /
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-271-0/+35
|\ \ \ \ | |/ / /
| * | | MDEV-12579: Incorrect arguments to mysqld_stmt_execute when using LOBsOleksandr Byelkin2017-06-221-0/+35
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+1
| | |\ \ | | | |/
| | | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+1
* | | | Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-11/+25
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-11/+25
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-05-081-11/+25
| | |\ \ | | | |/