summaryrefslogtreecommitdiff
path: root/tests/mysql_client_test.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20516: Assertion `!lex->proc_list.first && !lex->result && !lex->param_l...bb-10.2-MDEV-20516-1Dmitry Shulga2022-01-221-0/+34
* MDEV-24827: Follow-up patch to fix compilation warningDmitry Shulga2022-01-201-4/+3
* MDEV-24827: MariaDB 10.5.5 crash (sig 11) during a SELECTDmitry Shulga2022-01-191-0/+53
* mysql_client_test: test_bug40365 gcc-11.2.1 indentation complaintDaniel Black2021-08-151-3/+3
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-191-0/+66
* MDEV-19838: followup to make happy following protocol implementations:Oleksandr Byelkin2020-11-051-2/+5
* MDEV-19838 Wrong direxec param data caused crashLawrin Novitsky2020-10-291-0/+149
* Fix GCC 10.2.0 -Og -fsanitize=undefined -Wformat-overflowMarko Mäkelä2020-09-231-3/+4
* MDEV-22779: Fix a memory leak in the unit testMarko Mäkelä2020-07-011-0/+2
* MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-141-0/+52
* Ensure that tests and programs can restore variablesMonty2019-06-031-6/+24
* MDEV-19490 show tables fails when selecting the information_schema databaseMonty2019-05-161-0/+21
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-251-0/+61
* | | 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-161-11/+2
* | | | fix memory leaks in mysql_client_testSergei Golubchik2019-03-061-2/+2
* | | | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-141-0/+64
* | | | MDEV-14581 Server does not clear diagnostics between sessionsVladislav Vaintroub2018-10-051-0/+15
* | | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-11/+2
* | | | MDEV-15289 Binding an out-of-range DATETIME value in binary protocol breaks r...Alexander Barkov2018-02-161-0/+114
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
* | | | MDEV-12579: Incorrect arguments to mysqld_stmt_execute when using LOBsOleksandr Byelkin2017-06-221-0/+35
* | | | 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 branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+48
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-2/+48
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-2/+48
| | |\ \ | | | |/
| | | * MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_listSergei Golubchik2017-02-271-2/+48
| * | | MDEV-11082 mysql_client_test: test_ps_query_cache fails with group-concat-max...Elena Stepanova2016-10-191-0/+3
* | | | fix test for windows 64Oleksandr Byelkin2017-03-101-5/+13
* | | | MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2017-03-091-0/+20
* | | | MDEV-11082: Fix mysql_client_test.c (by Elena)Nirbhay Choubey2016-12-191-0/+3
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-1/+1
* | | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-1/+1
|\ \ \ \
| * | | | MDEV-7145: Delayed replication, fixing test failures.Kristian Nielsen2016-10-141-1/+1
| |/ / /
* | | | Merge branch '10.2' into bb-10.2-connector-c-integ-submSergei Golubchik2016-09-211-1/+2
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-10559: main.mysql_client_test_nonblock crashes in buildbot on 10.0Oleksandr Byelkin2016-08-161-3/+3
| | | * | MDEV-10559: main.mysql_client_test_nonblock crashes in buildbot on 10.0Oleksandr Byelkin2016-08-151-4/+5
* | | | | After-review changesSergei Golubchik2016-09-121-5/+2
* | | | | MDEV-9293 - Use MariaDB's Connector/C in serverVladislav Vaintroub2016-08-251-22/+37
|/ / / /
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-37/+22