summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-3/+3
|\
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-3/+3
| |\
| | * Bug #20447262: REPEATED EXECUTION OF PREPARED STATEMENTS FAILS, IF DEFAULT DA...Mithun C Y2015-10-221-2/+2
| | * Bug#16346241 - SERVER CRASH IN ITEM_PARAM::QUERY_VAL_STRNeeraj Bisht2013-08-281-1/+1
| | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-1/+18
| | * Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOMNisha Gopalakrishnan2013-01-151-3/+4
| | * Merge from 5.1 to 5.5Praveenkumar Hulakund2012-07-261-0/+8
| | |\
| | | * BUG#13868860 - LIMIT '5' IS EXECUTED WITHOUT ERROR WHEN '5' Praveenkumar Hulakund2012-07-261-0/+8
| | | * Backport 5.5=>5.1 Patch for Bug#13805127: Tor Didriksen2012-04-181-0/+8
| | * | Patch for Bug#13805127: Stored program cache produces wrong result in same THD.Tor Didriksen2012-03-291-0/+8
| | * | Merge from 5.1 to 5.5Praveenkumar Hulakund2012-02-291-3/+3
| | |\ \ | | | |/
| | | * Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES IGNORED AND BRE...Praveenkumar Hulakund2012-02-291-3/+3
| | * | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| | |\ \ | | | |/
| | * | Fixed bug#11753187 (formerly known as bug 44585): SP_CACHE BEHAVES ASDmitry Shulga2012-01-251-0/+6
| | * | 5.1 -> 5.5 mergeSergey Glukhov2011-08-021-2/+2
| | |\ \ | | | |/
| | | * Bug#11766594 59736: SELECT DISTINCT.. INCORRECT RESULT WITH DETERMINISTIC FUN...Sergey Glukhov2011-08-021-2/+2
| | * | merge from latest 5.5Guilhem Bichot2011-05-211-9/+9
| | |\ \
| | | * | Fixed error in mergeMikael Ronstrom2011-04-201-1/+1
| | | * | Merge 5.5Mikael Ronström2011-04-151-12/+24
| | | |\ \
| | | * | | Changed prefix from ES_ to STMT_ on Query arena stateMikael Ronstrom2011-03-041-9/+9
| | | * | | BUG#59549, fix compiler error on Windows, step 2Mikael Ronstrom2011-01-201-9/+9
| | * | | | Merge from 5.1.Guilhem Bichot2011-05-211-7/+7
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-8/+8
| | * | | A patch for Bug#11763166 (55847: SHOW WARNINGS returns emptyAlexander Nozdrin2011-04-151-3/+4
| | * | | Manual merge from mysql-5.1 for Bug#11764168 (56976: Severe denialDmitry Shulga2011-03-151-10/+21
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Fixed Bug#11764168 "56976: SEVERE DENIAL OF SERVICE IN PREPARED STATEMENTS".Dmitry Shulga2011-03-151-13/+43
| | * | MergeKent Boortz2010-12-291-1/+1
| | |\ \ | | | |/
| | | * MergeKent Boortz2010-12-291-1/+1
| | | |\
| | | | * - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | | * Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite runDavi Arnaut2010-07-301-2/+2
| | * | | Bug #58350: 5.5.7-rc compile failed at sp_head.ccGeorgi Kodinov2010-12-081-1/+1
| | * | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-141-15/+3
| | |\ \ \ | | | |/ /
| | | * | Fixed following problems:Sergey Glukhov2010-12-141-15/+3
| | * | | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-2/+1
| | |\ \ \
| | | * \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-161-2/+9
| | | |\ \ \
| | | * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-2/+1
| | * | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-1/+1
| | | |/ / / | | |/| | |
| | * | | | Bug#54812: assert in Diagnostics_area::set_ok_status Jorgen Loland2010-11-151-1/+8
| | * | | | Fix for Bug#56934 (mysql_stmt_fetch() incorrectly fills MYSQL_TIMEAlexander Nozdrin2010-11-131-1/+1
| | |/ / /
| | * | | mergeGeorgi Kodinov2010-09-291-0/+4
| | |\ \ \ | | | |/ /
| | | * | Bug#54494 crash with explain extended and prepared statementsSergey Glukhov2010-09-231-0/+4
| | * | | WL#5370 Keep forward-compatibility when changing 2010-08-181-8/+0
| | * | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-041-37/+11
| | |\ \ \
| | | * \ \ Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-2/+5
| | | |\ \ \
| | | * | | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-3/+3
| | | * | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-34/+8
| | * | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-301-2/+2
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite runDavi Arnaut2010-07-301-2/+2
| | * | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-231-2/+5
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |