summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-101-5/+5
|\
| * Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-5/+5
* | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-021-0/+4
|\ \ | |/
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-12-011-0/+2
| |\
| | * Fix for bug #14304: auto_increment field incorrect set from within stored pro...ramil@mysql.com2005-12-011-0/+2
| * | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-12-011-0/+1
| |\ \ | | |/ | |/|
| | * Fix for BUG#14920 Ordering aggregated result sets corrupts resultset.timour@mysql.com2005-11-301-0/+1
| * | Some post-merge cleaning, and made assert THD::store_globals() work at all ti...pem@mysql.com2005-11-241-0/+1
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-231-1/+7
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-11-231-0/+6
| |\ \
| | * | Always initialize THD::thread_stack: it's used inkonstantin@mysql.com2005-11-231-0/+6
| * | | A name of macro is fixed.bell@sanja.is.com.ua2005-11-231-1/+1
| |/ /
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-221-1/+25
|\ \ \ | |/ /
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0bell@sanja.is.com.ua2005-11-231-1/+7
| |\ \ | | |/ | |/|
| | * Fix for BUG#13549 "Server crash with nested stored proceduresbell@sanja.is.com.ua2005-11-231-1/+7
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-11-191-0/+18
| |\ \
| | * | Fix for bug #13825 "Triggers: crash if release savepoint" and for generaldlenev@mysql.com2005-11-191-0/+18
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-161-1/+1
|\ \ \ \ | |/ / /
| * | | Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashingo@mysql.com2005-11-151-1/+1
| |/ /
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-271-2/+0
|\ \ \ | |/ / |/| |
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-221-2/+0
| |\ \
| | * | Fixed bug #12762:igor@rurik.mysql.com2005-10-151-2/+0
* | | | Fix for BUG#13037: undefined variable in IF cause erroneous error-message.anozdrin@mysql.com2005-10-251-1/+5
|/ / /
* | | BUG#121915: Merge 4.1->5.0sergefp@mysql.com2005-10-191-0/+1
|\ \ \ | |/ / |/| |
| * | fix for Valgrind errors: query_id needs to be inited early (already fixed in ...guilhem@mysql.com2005-10-141-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-5/+9
|\ \ \
| * | | Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-5/+9
* | | | Bug#13143 - formatID should not affect XID's uniquenessserg@serg.mylan2005-10-051-6/+6
| |_|/ |/| |
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-13/+15
|\ \ \
| * | | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-13/+15
| |/ /
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-3/+3
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-11/+37
|/ /
* | Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with errorpem@mysql.com2005-09-131-1/+27
* | Post-merge fixes. Call sp_cache_clear in THD::cleanup.sergefp@mysql.com2005-09-091-4/+3
* | Merge 4.1->5.0sergefp@mysql.com2005-09-091-3/+3
|\ \ | |/
| * Fixes bug #12517. Clear user variables and replication events before SergeyV@selena.2005-08-301-2/+2
* | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-14/+3
* | Rename:konstantin@mysql.com2005-09-021-11/+11
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-08-271-1/+1
|\ \
| * | Slightly amended Monty's SP replication code cleanup patchsergefp@mysql.com2005-08-271-1/+1
* | | libmysqld.vcproj:kent@mysql.com2005-08-251-1/+1
|/ /
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-2/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-151-2/+96
|\ \
| * | forgotten 'return'serg@sergbook.mysql.com2005-08-141-2/+2
| * | mergedserg@sergbook.mysql.com2005-08-121-2/+87
| |\ \
| | * | BUG#12162 - one can start two transactions with the same XID.serg@sergbook.mysql.com2005-08-121-2/+87
* | | | Save and clear run context before executing a stored function or trigger and ...monty@mysql.com2005-08-151-1/+83
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-091-24/+19
|\ \ \ | |/ / |/| |
| * | Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-24/+19
* | | Manual mergesergefp@mysql.com2005-08-031-1/+1
|\ \ \