summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused class member as suggested by Guilhem.unknown2005-12-141-1/+0
* Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-101-1/+1
|\
| * Patch for WL#2894: Make stored routine variables workunknown2005-12-071-1/+1
* | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-12-021-4/+13
|\ \ | |/
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-011-1/+1
| |\
| | * Fix for bug #14304: auto_increment field incorrect set from within stored pro...unknown2005-12-011-1/+1
| * | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-12-011-1/+8
| |\ \ | | |/ | |/|
| | * Fix for BUG#14920 Ordering aggregated result sets corrupts resultset.unknown2005-11-301-1/+8
| * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-241-2/+4
| |\ \
| | * | Fix for bug #15047: "server crash when compiling without transaction support".unknown2005-11-211-2/+4
| | |/
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-231-1/+1
|\ \ \ | |/ /
| * | A name of macro is fixed.unknown2005-11-231-1/+1
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-221-0/+9
|\ \ \ | |/ /
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0unknown2005-11-231-0/+1
| |\ \
| | * | Recursion support made for SP (BUG#10100).unknown2005-11-231-0/+1
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0unknown2005-11-231-0/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for BUG#13549 "Server crash with nested stored proceduresunknown2005-11-231-0/+7
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-191-0/+1
| |\ \ \
| | * | | Fix for bug #13825 "Triggers: crash if release savepoint" and for generalunknown2005-11-191-0/+1
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-151-13/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-11-041-13/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-271-13/+0
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2005-10-171-13/+0
| | | |\ \
| | | | * | Fixed bug #12762:unknown2005-10-151-13/+0
* | | | | | Fixes bug #13377. my_open() & my_create() functions changed to use unknown2005-11-141-5/+1
|/ / / / /
* | | | | Reorder struct elements to be more optimal for 64 bit computersunknown2005-11-041-32/+30
|/ / / /
* | | | Fix for BUG#13037: undefined variable in IF cause erroneous error-message.unknown2005-10-251-0/+8
|/ / /
* | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-171-1/+7
|\ \ \ | |/ / |/| |
| * | Fixes bug #13377. Added code to close active log files in case unknown2005-10-031-1/+7
| |/
* | Move handling of suffix_length from strnxfrm_bin() to filesort to ensure prop...unknown2005-10-141-0/+1
* | pthread_handler_decl() changed to be ctags-friendlyunknown2005-10-081-2/+2
|/
* Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-13/+13
|\
| * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-13/+13
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-211-0/+1
|\ \
| * \ mergedunknown2005-09-211-0/+1
| |\ \ | | |/ | |/|
| | * BUG#12232: Add a server option to treat NULL values as equal when calculating...unknown2005-09-211-0/+1
| | * Bug#10109unknown2005-08-071-3/+11
* | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-5/+7
* | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-11/+30
|/ /
* | Fixed BUG#12379: PROCEDURE with HANDLER calling FUNCTION with errorunknown2005-09-131-1/+3
* | Fix for BUG#12637: Make SPs+user variables replication work:unknown2005-09-071-2/+10
* | Rename:unknown2005-09-021-18/+17
* | Slightly amended Monty's SP replication code cleanup patchunknown2005-08-271-7/+0
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-3/+41
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-151-15/+34
|\ \
| * \ mergedunknown2005-08-121-15/+28
| |\ \
| | * | BUG#12162 - one can start two transactions with the same XID.unknown2005-08-121-15/+28
| * | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-0/+6
| |\ \ \
| | * | | Implementation of WL#2486 -unknown2005-08-121-0/+6
* | | | | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-5/+29