summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-442/+811
* Rename:konstantin@mysql.com2005-09-021-11/+11
* Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1elliot@mysql.com2005-08-191-1/+4
|\
| * Bug#11338 Fixes from review (identical functionality).elliot@mysql.com2005-08-191-3/+6
| * BUG#11338 (logging of prepared statement w/ blob type)elliot@mysql.com2005-08-171-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-111-0/+11
|\ \
| * | Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in triggerdlenev@mysql.com2005-08-101-0/+11
* | | Merge mysql.com:/home/psergey/mysql-5.0-bug12228-r4sergefp@mysql.com2005-08-101-0/+6
|\ \ \
| * | | BUG#12228: Post review fixes: Added test case, code cleanup.sergefp@mysql.com2005-08-101-4/+5
| * | | Fix for BUG#12228: SP cache code:sergefp@mysql.com2005-08-081-0/+5
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-091-2/+2
|\ \ \
| * | | Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-2/+2
* | | | A fix and a test case for Bug#11909 "mysql_stmt_attr_set konstantin@mysql.com2005-08-081-2/+5
| |/ / |/| |
* | | Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0georg@lmy002.wdf.sap.corp2005-07-291-4/+20
|\ \ \
| * | | Ensure we free all items for prepared statementsmonty@mysql.com2005-07-291-4/+20
* | | | fix for bug#9968 (slow query log contains useless entries)georg@lmy002.wdf.sap.corp2005-07-271-0/+4
|/ / /
* | | Merge bk-internal:/home/bk/mysql-5.0jimw@mysql.com2005-07-191-4/+2
|\ \ \
| * \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-07-191-4/+2
| |\ \ \ | | | |/ | | |/|
| | * | Simple fixes during review of new codemonty@mishka.local2005-07-191-4/+2
| | * | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-releasetomas@poseidon.ndb.mysql.com2005-07-151-4/+8
| | |\ \
* | | | | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-8/+9
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-181-1/+5
|\ \ \ \
| * | | | Cleanups during reviewmonty@mishka.local2005-07-181-1/+5
* | | | | Merge mysql.com:/space/my/mysql-4.1.13-clonelenz@mysql.com2005-07-151-4/+8
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Jim's fix for the #10443.ramil@mysql.com2005-07-151-4/+8
* | | | Implement MarkM optimization request to avoid redundnat packet exchangekonstantin@mysql.com2005-07-141-13/+30
* | | | Merge mysql.com:/opt/local/work/mysql-4.1-11458konstantin@mysql.com2005-07-131-1/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | - a fix for Bug#11458 "Prepared statement with subselects return random konstantin@mysql.com2005-07-131-4/+9
| |/
* | After merge fixesmonty@mysql.com2005-07-041-9/+9
* | Merge with 4.1monty@mysql.com2005-07-031-1/+1
|\ \ | |/
| * Better bug fix for:monty@mishka.local2005-06-271-0/+1
* | Fix a crash I introduced by the last push.konstantin@mysql.com2005-07-011-1/+2
* | Fix a valgrind warning.konstantin@mysql.com2005-07-011-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-07-011-8/+22
|\ \
| * | A fix and a test case for Bug#11172 "mysql_stmt_attr_setkonstantin@mysql.com2005-07-011-8/+22
* | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-27/+30
|/ /
* | - implement inheritance of sp_instr: public Query_arena.konstantin@mysql.com2005-06-231-1/+1
* | Remove THD::stmt_backupkonstantin@mysql.com2005-06-221-16/+20
* | Adjust to the changed Query_arena constructor:konstantin@mysql.com2005-06-221-1/+1
* | Fix a formatting bug and add a test for it.konstantin@mysql.com2005-06-201-1/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-06-171-10/+11
|\ \
| * | Rename all prepared statements COM_ commands to prefix with COM_STMT_konstantin@mysql.com2005-06-171-10/+11
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-06-171-23/+51
|\ \ \ | |/ /
| * | Post-merge fixes.konstantin@mysql.com2005-06-171-8/+7
| * | Manual merge (4.1->5.0)konstantin@mysql.com2005-06-171-23/+52
| |\ \ | | |/
| | * Fix Bug#9334 "PS API queries in log file" and konstantin@mysql.com2005-06-171-22/+49
* | | renamed:serg@serg.mylan2005-06-151-10/+10
|/ /
* | A fix and test case for Bug#10729 "mysql_stmt_attr_set konstantin@mysql.com2005-06-091-24/+34
* | Manual mergedlenev@mysql.com2005-06-091-3/+1
|\ \
| * | Fix for bug #11158 "Can't perform multi-delete in stored procedure".dlenev@brandersnatch.localdomain2005-06-091-2/+1