summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#13037: undefined variable in IF cause erroneous error-message.unknown2005-10-251-1/+5
* BUG#121915: Merge 4.1->5.0unknown2005-10-191-0/+1
|\
| * fix for Valgrind errors: query_id needs to be inited early (already fixed in ...unknown2005-10-141-0/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-081-5/+9
|\ \
| * | Review of code pushed since last 5.0 pull:unknown2005-10-061-5/+9
* | | Bug#13143 - formatID should not affect XID's uniquenessunknown2005-10-051-6/+6
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-13/+15
|\ \ \
| * | | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-13/+15
| |/ /
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-3/+3
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-11/+37
|/ /
* | Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with errorunknown2005-09-131-1/+27
* | Post-merge fixes. Call sp_cache_clear in THD::cleanup.unknown2005-09-091-4/+3
* | Merge 4.1->5.0unknown2005-09-091-3/+3
|\ \ | |/
| * Fixes bug #12517. Clear user variables and replication events before unknown2005-08-301-2/+2
* | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-14/+3
* | Rename:unknown2005-09-021-11/+11
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-271-1/+1
|\ \
| * | Slightly amended Monty's SP replication code cleanup patchunknown2005-08-271-1/+1
* | | libmysqld.vcproj:unknown2005-08-251-1/+1
|/ /
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-2/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-151-2/+96
|\ \
| * | forgotten 'return'unknown2005-08-141-2/+2
| * | mergedunknown2005-08-121-2/+87
| |\ \
| | * | BUG#12162 - one can start two transactions with the same XID.unknown2005-08-121-2/+87
* | | | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-1/+83
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-091-24/+19
|\ \ \ | |/ / |/| |
| * | Fix for bug #10055 "Using stored function with information_schema causes emptyunknown2005-08-081-24/+19
* | | Manual mergeunknown2005-08-031-1/+1
|\ \ \
| * | | Prelocking-free SPs, post-review fixes:unknown2005-08-031-2/+2
| * | | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-1/+1
* | | | Fixes during review of new pushed codeunknown2005-07-311-0/+4
|/ / /
* | | A fix and a test case for Bug#10760 and complementary cleanups. unknown2005-07-191-0/+20
|/ /
* | Implementation of Monty's idea: Now we can open mysql.proc table for lookupunknown2005-07-131-4/+46
* | Merge mysql.com:/home/jimw/my/mysql-5.0-10214unknown2005-07-051-0/+2
|\ \
| * | Make status of NO_BACKSLASH_ESCAPES mode known to the client sounknown2005-06-231-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-011-1/+4
|\ \ \
| * | | A fix and a test case for Bug#11172 "mysql_stmt_attr_setunknown2005-07-011-1/+4
| |/ /
* | | Name resolution context added (BUG#6443)unknown2005-07-011-6/+10
|/ /
* | - implement inheritance of sp_instr: public Query_arena.unknown2005-06-231-7/+20
* | Remove THD::stmt_backupunknown2005-06-221-31/+12
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-221-63/+19
|\ \
| * | Adjust to the changed Query_arena constructor:unknown2005-06-221-63/+19
* | | WL#2286 - Compile MySQL w/YASSL supportunknown2005-06-221-1/+1
|/ /
* | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-201-1/+1
|\ \
| * | WL#2286 - Compile MySQL w/YASSL supportunknown2005-06-191-1/+1
* | | renamed:unknown2005-06-151-14/+14
|/ /
* | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0unknown2005-06-071-3/+7
|\ \ | |/
| * Many files:unknown2005-06-071-3/+7
* | Merge with 4.1unknown2005-06-071-2/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2