summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-5.0-optmsvensson@neptunus.(none)2006-09-041-1/+7
|\
| * BUG#21477 "memory overruns for certain kinds of subqueries":sergefp@mysql.com2006-09-011-1/+7
* | Merge maint2.mysql.com:/data/localhome/tsmith/bk/41tsmith@maint2.mysql.com2006-09-011-1/+1
|\ \ | |/ |/|
| * Fix for bug #20695: Charset introducer overrides charset definition for column.ramil/ram@mysql.com/myoffice.izhnet.ru2006-08-151-1/+1
| * Fixed bug #14927.igor@rurik.mysql.com2006-05-061-0/+1
* | Merge sunlight.local:/home/evgen/bk-trees/mysql-5.0evgen@sunlight.local2006-08-091-1/+1
|\ \
| * | sql_base.cc, unireg.h, sql_lex.h, table.cc, sql_view.h, sql_view.cc:evgen@sunlight.local2006-08-091-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-1/+1
|\ \ \ | |/ /
| * | Bug #21080: ALTER VIEW makes user restate SQL SECURITY mode, and ALGORITHMgkodinov/kgeorge@macbook.gmz2006-07-311-1/+1
* | | Fix for BUG#20438: CREATE statements for views, stored routines and triggersanozdrin/alik@booka.2006-07-281-1/+1
|/ /
* | auxilliary -> auxiliarykonstantin@mysql.com2006-07-041-1/+1
* | Remove a couple of unused/barely used names.konstantin@mysql.com2006-07-011-3/+0
* | Bug#17203: "sql_no_cache sql_cache" in views created from prepared statementkroki@mysql.com2006-06-271-0/+8
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimekonstantin@mysql.com2006-06-271-0/+5
|\ \
| * | A fix and a test case forkonstantin@mysql.com2006-06-271-0/+5
* | | Manually mergedevgen@moonbone.local2006-06-171-0/+2
|\ \ \ | |/ / |/| |
| * | Fixed bug#19789: REPLACE was allowed for a VIEW with CHECK OPTION enabled.evgen@moonbone.local2006-06-071-0/+2
* | | Bug#17204 "second CALL to procedure crashes Server"gluh@eagle.intranet.mysql.r18.ru2006-05-301-59/+92
|/ /
* | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2006-04-211-0/+1
|\ \ | |/
| * Fixed bug #18767.igor@rurik.mysql.com2006-04-201-0/+1
* | This patch does 1) fix my build breakage 2) Complete the removal of all symb...brian@zim.(none)2006-03-091-2/+2
* | Porting fix that allows others to include compiled code with different parsers. brian@zim.(none)2006-03-091-0/+4
* | Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-5/+9
* | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2006-02-021-0/+1
|\ \
| * | FIxed bug #14927.igor@rurik.mysql.com2006-01-311-0/+1
| |/
* | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-101-2/+2
|\ \
| * \ Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-12-061-2/+2
| |\ \
| | * | WL#2486 - Natural/using join according to SQL:2003.timour@mysql.com2005-11-281-2/+2
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-12-021-2/+2
|\ \ \ \ | |/ / /
| * | | Now we shall store only position (index of first character)bell@sanja.is.com.ua2005-12-021-2/+2
| |/ /
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-221-0/+1
|\ \ \ | |/ /
| * | Background:pem@mysql.com2005-11-171-0/+1
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-131-0/+14
|\ \ \ | |/ / |/| |
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-041-0/+14
| |\ \
| | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-291-0/+14
| | |\ \
| | | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-271-0/+14
| | | |\ \
| | | | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-10-221-0/+14
| | | | |\ \
| | | | | * | Fixed bug #12762:igor@rurik.mysql.com2005-10-151-0/+14
* | | | | | | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-1/+14
|/ / / / / /
* | | | | | Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...monty@mysql.com2005-11-011-2/+2
|/ / / / /
* | | | | Minor comments.konstantin@mysql.com2005-10-291-1/+1
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-10-281-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | support of view underlying tables and SP functions security check added (BUG#...bell@sanja.is.com.ua2005-10-281-0/+5
| | |/ / | |/| |
* | | | Fix for BUG#13095: Cannot create VIEWs in prepared statementsanozdrin@mysql.com2005-10-251-0/+1
| |/ / |/| |
* | | fix for bug #12595 (ESCAPE must be exactly 1 character long)andrey@lmy004.2005-10-211-0/+2
|/ /
* | Manual merge of bug fix #7672evgen@moonbone.local2005-10-131-0/+1
|\ \ | |/
| * Manual merge, fix for bug #7672evgen@moonbone.local2005-10-121-0/+1
| |\
| | * Fix bug#7672 Unknown column error in order clauseevgen@moonbone.local2005-10-091-1/+1
* | | A fix and a test case for Bug#12736 "Server crash during a select".konstantin@mysql.com2005-10-131-1/+6
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-6/+4
|\ \ \