summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Reviewing new pushed codeunknown2005-10-121-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-081-55/+51
|\
| * Simple changes during review of codeunknown2005-10-081-0/+2
| * Review of code pushed since last 5.0 pull:unknown2005-10-061-53/+47
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-122/+134
|\ \
| * | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-122/+134
| |/
* | Manual mergeunknown2005-09-221-2/+2
|\ \ | |/ |/|
| * Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing.unknown2005-09-221-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-151-12/+21
|\ \
| * | Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-12/+21
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-141-1/+1
|\ \ \
| * | | Bug#9683 INFORMATION_SCH: Creation of temporary table allowed inunknown2005-09-131-1/+1
| |/ /
* | | sql_prepare.cc:unknown2005-09-131-0/+9
|/ /
* | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-442/+811
* | Rename:unknown2005-09-021-11/+11
* | Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1unknown2005-08-191-1/+4
|\ \ | |/
| * Bug#11338 Fixes from review (identical functionality).unknown2005-08-191-3/+6
| * BUG#11338 (logging of prepared statement w/ blob type)unknown2005-08-171-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-111-0/+11
|\ \
| * | Clumsy but working fix for bug #11973 "SELECT .. INTO var_name; in triggerunknown2005-08-101-0/+11
* | | Merge mysql.com:/home/psergey/mysql-5.0-bug12228-r4unknown2005-08-101-0/+6
|\ \ \
| * | | BUG#12228: Post review fixes: Added test case, code cleanup.unknown2005-08-101-4/+5
| * | | Fix for BUG#12228: SP cache code:unknown2005-08-081-0/+5
| |/ /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-091-2/+2
|\ \ \
| * | | Fix for bug #10055 "Using stored function with information_schema causes emptyunknown2005-08-081-2/+2
* | | | A fix and a test case for Bug#11909 "mysql_stmt_attr_set unknown2005-08-081-2/+5
| |/ / |/| |
* | | Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-291-4/+20
|\ \ \
| * | | Ensure we free all items for prepared statementsunknown2005-07-291-4/+20
* | | | fix for bug#9968 (slow query log contains useless entries)unknown2005-07-271-0/+4
|/ / /
* | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-07-191-4/+2
|\ \ \
| * \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-07-191-4/+2
| |\ \ \ | | | |/ | | |/|
| | * | Simple fixes during review of new codeunknown2005-07-191-4/+2
| | * | Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-releaseunknown2005-07-151-4/+8
| | |\ \
* | | | | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-8/+9
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-181-1/+5
|\ \ \ \
| * | | | Cleanups during reviewunknown2005-07-181-1/+5
* | | | | Merge mysql.com:/space/my/mysql-4.1.13-cloneunknown2005-07-151-4/+8
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Jim's fix for the #10443.unknown2005-07-151-4/+8
* | | | Implement MarkM optimization request to avoid redundnat packet exchangeunknown2005-07-141-13/+30
* | | | Merge mysql.com:/opt/local/work/mysql-4.1-11458unknown2005-07-131-1/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | - a fix for Bug#11458 "Prepared statement with subselects return random unknown2005-07-131-4/+9
| |/
* | After merge fixesunknown2005-07-041-9/+9
* | Merge with 4.1unknown2005-07-031-1/+1
|\ \ | |/
| * Better bug fix for:unknown2005-06-271-0/+1
* | Fix a crash I introduced by the last push.unknown2005-07-011-1/+2
* | Fix a valgrind warning.unknown2005-07-011-0/+1
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-011-8/+22
|\ \
| * | A fix and a test case for Bug#11172 "mysql_stmt_attr_setunknown2005-07-011-8/+22
* | | Name resolution context added (BUG#6443)unknown2005-07-011-27/+30
|/ /
* | - implement inheritance of sp_instr: public Query_arena.unknown2005-06-231-1/+1