summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-5.1-releaseunknown2005-11-301-3/+3
|\
| * Fix byte * vs. char * mismatches that break Win32 compilation.unknown2005-11-291-3/+3
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-281-1/+1
|\ \ | |/ |/|
| * Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-11-251-1/+1
| |\
| | * A fix and a test case for Bug#14410 "Crash in Enum or Set type in unknown2005-11-251-1/+1
| | * Merge mysql.com:/home/mydev/mysql-4.0-4000unknown2005-11-151-1/+2
| | |\
| | | * Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashunknown2005-11-031-1/+2
* | | | Merge mysql.com:/home/my/mysql-5.1unknown2005-11-241-0/+1
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/my/mysql-5.0unknown2005-11-241-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Don't use PATH_MAX for FN_REFLEN as this uses too much stack spaceunknown2005-11-241-0/+1
* | | | | Table definition cache, part 2unknown2005-11-231-20/+43
|/ / / /
* | | | Merge mysql.com:/home/mysql_src/mysql-5.0-vanunknown2005-11-191-1/+2
|\ \ \ \ | |/ / /
| * | | Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashunknown2005-11-151-1/+2
* | | | Merge mysql.com:/home/mysql_src/mysql-5.0unknown2005-11-181-2/+13
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-101-1/+6
| |\ \ \
| | * | | WL#2818 (Add creator to the trigger definition for privilegeunknown2005-11-101-1/+6
| * | | | WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions".unknown2005-11-101-1/+1
| |/ / /
| * | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-051-0/+6
| |\ \ \
| | * \ \ Merge mysql.com:/home/psergey/mysql-5.0-bug14026-r2unknown2005-11-031-0/+6
| | |\ \ \
| | | * | | BUG#13126: Post-review fixes: better comments, some function renaming.unknown2005-11-011-2/+3
| | | * | | BUG#13126: When choosing join order for join with nested joins, don't produce...unknown2005-10-251-0/+5
* | | | | | Added "SHOW AUTHORS" codeunknown2005-11-101-0/+1
* | | | | | Make storage engines "pluggable", handlerton workunknown2005-11-071-8/+55
* | | | | | Ndb handler cleanup:unknown2005-11-061-0/+3
* | | | | | Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...unknown2005-11-051-0/+1
* | | | | | Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-9/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-11-031-1/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Changes in get_table_type() and mysql_frm_type(). The main problem wasunknown2005-11-031-1/+0
| * | | | | support of view underlying tables and SP functions security check added (BUG#...unknown2005-10-281-6/+8
| |/ / / /
| * | | | BUG#121915: Merge 4.1->5.0unknown2005-10-191-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMITunknown2005-09-301-0/+2
| | * | | fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-141-0/+2
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-171-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix for bug #12739 "Deadlock in multithreaded environment during creating/unknown2005-10-171-1/+1
* | | | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0unknown2005-10-091-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | pthread_handler_decl() changed to be ctags-friendlyunknown2005-10-081-3/+3
| |/ / /
* | | | Mergeunknown2005-10-061-6/+7
|\ \ \ \ | |/ / /
| * | | my_pthread.h:unknown2005-10-061-1/+1
| * | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-041-2/+3
| |\ \ \
| | * | | Fixed several boolean type options used in my_long_options[].unknown2005-10-041-2/+3
| * | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-031-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-021-1/+0
| | |\ \ \
| | | * | | Next big patch for loadable storage engines!unknown2005-10-021-1/+0
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-301-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Several fixes revelaled by Intel compiler.unknown2005-09-231-1/+1
| | |/ / / | |/| | |
| * | | | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-2/+2
| * | | | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-1/+2
* | | | | Merge neptunus.(none):/home/msvensson/mysql/bug13231/my50-bug13231unknown2005-09-301-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bug #13231 mysqltest: fails to dectect when mysql_next_result failsunknown2005-09-291-0/+1
| |/ / /
* | | | mergeunknown2005-09-151-2/+5
|\ \ \ \ | |/ / /