summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-011-0/+2
| |\ \ \
| | * | | Fix for bug #14304: auto_increment field incorrect set from within stored pro...unknown2005-12-011-0/+2
| * | | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-12-011-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for BUG#14920 Ordering aggregated result sets corrupts resultset.unknown2005-11-301-0/+1
| * | | | Some post-merge cleaning, and made assert THD::store_globals() work at all ti...unknown2005-11-241-0/+1
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-231-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-231-0/+6
| |\ \ \ \
| | * | | | Always initialize THD::thread_stack: it's used inunknown2005-11-231-0/+6
| * | | | | A name of macro is fixed.unknown2005-11-231-1/+1
| |/ / / /
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-221-1/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0unknown2005-11-231-1/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for BUG#13549 "Server crash with nested stored proceduresunknown2005-11-231-1/+7
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-191-0/+18
| |\ \ \ \
| | * | | | Fix for bug #13825 "Triggers: crash if release savepoint" and for generalunknown2005-11-191-0/+18
* | | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashunknown2005-11-151-1/+1
| |/ / / /
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-271-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-221-2/+0
| |\ \ \ \
| | * | | | Fixed bug #12762:unknown2005-10-151-2/+0
* | | | | | 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
|/ / / /