summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove deadcode in select_dumpvar::send_data()unknown2006-06-211-7/+2
* after-merge fixes.unknown2006-06-161-0/+4
* BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes().unknown2006-05-151-1/+1
* Bug#15728: LAST_INSERT_ID function inside a stored function returns 0unknown2006-04-211-2/+3
* Post-merge fixes. Add a new error message for max_prepared_stmt_countunknown2006-04-131-18/+7
* Merge mysql.com:/opt/local/work/mysql-4.1-16365unknown2006-04-121-8/+111
|\
| * A fix and a test case for Bug#16365 "Prepared Statements: DoS with unknown2006-04-071-9/+110
* | Fixed BUG#15758: "Holding adaptive search latch inunknown2006-04-071-4/+0
* | Fixes to embedded server to be able to run tests with itunknown2006-02-241-2/+1
* | Many files:unknown2006-02-141-0/+3
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2006-02-021-0/+3
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2006-01-181-0/+3
| |\
| | * Excluded posibility of tmp_table_param.copy_field double deletion (BUG#14851).unknown2006-01-181-0/+3
| * | Merge mysql.com:/home/mydev/mysql-4.0-4000unknown2005-11-151-1/+1
| |\ \ | | |/ | |/|
| | * Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashunknown2005-11-031-1/+1
* | | Fixed refresh_status function.unknown2006-01-101-1/+6
* | | Mergeunknown2005-12-181-1/+3
|\ \ \
| * | | Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure o...unknown2005-12-141-1/+3
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-101-5/+5
|\ \ \ \
| * | | | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-5/+5
| |/ / /
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-021-0/+4
|\ \ \ \ | |/ / /
| * | | 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
|/ / /