summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-1/+3
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-03-231-1/+3
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-231-1/+3
| | |\
| | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-211-1/+3
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-19/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-291-1/+1
| | |\ \ | | | |/
| | | * MDEV-15012: ASAN: numerous test failures in PSbb-5.5-MDEV-15012Oleksandr Byelkin2018-01-241-1/+1
| * | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-17/+1
* | | | MDEV-14603 signal 11 with short stacktraceAlexander Barkov2018-01-231-0/+61
* | | | Moving a change_list related methods from THD to Item_change_listAlexander Barkov2018-01-161-4/+4
* | | | Fixed mdev-14852 Fails to reopen temp table within standard CTEIgor Babaev2018-01-051-8/+3
* | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-3/+1
* | | | MDEV-14426 Assertion in Diagnostics_area::set_error_status when using a bad d...Alexander Barkov2017-12-221-0/+12
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-4/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-4/+5
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-4/+5
| | |\ \ | | | |/
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
| | | * MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-131-4/+5
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-4/+4
* | | | MDEV-13436 PREPARE doesn't work as expected & throws errors but MySQL is work...Oleksandr Byelkin2017-09-111-1/+1
* | | | Fixed a failure of the test case for the bug mdev-13107 in --ps-protocol.Igor Babaev2017-06-281-1/+1
* | | | MDEV-12579: Incorrect arguments to mysqld_stmt_execute when using LOBsOleksandr Byelkin2017-06-221-2/+4
* | | | MDEV-12471: BULK CommandOleksandr Byelkin2017-06-141-64/+158
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-2/+2
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-03-211-1/+1
| | |\ \ | | | |/
| | | * Use correct function name in DEBUG_ENTERSergei Petrunia2017-03-091-1/+1
* | | | MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2017-03-091-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-11698 Old Bug possibly not fixed; BEFORE INSERT Trigger on NOT NULLSergei Golubchik2017-01-171-1/+1
* | | | MDEV-11848 Automatic statement repreparation changes query semanticsAlexander Barkov2017-01-241-1/+8
* | | | MDEV-11134 Assertion `fixed' failed in Item::const_charset_converter(THD*, CH...Alexander Barkov2017-01-231-24/+11
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-9/+10
|\ \ \ \ | |/ / /
| * | | MDEV-10702 Crash in SET STATEMENT FOR EXECUTEAlexander Barkov2016-09-091-9/+39
* | | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-0/+3
* | | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-271-2/+2
* | | | Fixed embedded prepared statements.Oleksandr Byelkin2016-11-181-0/+4
* | | | Fixed print format.Oleksandr Byelkin2016-11-031-1/+1
* | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-7/+281
* | | | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressionsAlexander Barkov2016-10-081-82/+94
* | | | MDEV-10585 EXECUTE IMMEDIATE statementAlexander Barkov2016-10-081-9/+81
* | | | MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-081-37/+71
* | | | Fixed bug mdev-10881Igor Babaev2016-09-241-0/+6