summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9443: Add REVOKE <role> as a command to PREPAREVicențiu Ciorbaru2016-03-221-0/+1
* MDEV-9443: Roles aren't supported in prepared statementsVicențiu Ciorbaru2016-03-221-0/+3
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\
| * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-21/+29
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+9
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+37
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+31
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+30
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+31
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-0/+30
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-281-17/+40
* | fix failures of ps and ps_1general in --ps-protocolSergei Golubchik2016-01-271-5/+9
* | Comment fixed.Alexey Botchkov2016-01-261-1/+1
* | MDEV-5273 Prepared statement doesn't return metadata after prepare.Alexey Botchkov2016-01-261-1/+45
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-3/+3
|\ \ | |/
| * 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
| | | |\ \ \