summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Handle default engine type better forunknown2005-09-201-1/+5
* mergeunknown2005-09-141-7/+67
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-09-141-7/+67
| |\
| | * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-09-141-7/+67
| | |\
| | | * part 1 (ver 2, postreview fix) of WL#2787unknown2005-09-141-7/+67
* | | | mergeunknown2005-09-141-0/+8
|\ \ \ \ | |/ / /
| * | | Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within SP/functions...unknown2005-09-141-9/+8
| * | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-09-141-0/+9
| |\ \ \ | | |/ / | |/| |
| | * | Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggersunknown2005-09-131-0/+9
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newunknown2005-09-141-36/+32
|\ \ \ \ | |/ / /
| * | | Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-131-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Made changes to add federated CONNECTION information to the .frm fileunknown2005-09-121-0/+1
| * | | Fixed BUG#13133: Local variables in stored procedures are not initialized cor...unknown2005-09-131-36/+31
| |/ /
* | | Mergeunknown2005-09-131-1/+10
|\ \ \ | |/ /
| * | Fix for BUG#12943.unknown2005-09-101-1/+10
| |/
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-091-2/+23
|\ \ | |/
| * Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-071-0/+15
| |\
| | * Fix for Bug#12995: Inside function "Table 't4' was not locked with LOCK TABLES"unknown2005-09-071-0/+15
| * | Merge mysql.com:/home/alexi/mysql-5.0unknown2005-09-071-2/+8
| |\ \ | | |/ | |/|
| | * join_outer.result, opt_range.cc, item_cmpfunc.cc:unknown2005-09-071-8/+8
| | * Merge mysql.com:/home/alexi/dev/mysql-4.1-0unknown2005-09-061-0/+6
| | |\
| | | * item_cmpfunc.h:unknown2005-09-061-5/+27
* | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2005-09-071-0/+5
|\ \ \ \ | |/ / /
| * | | Fix for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function"unknown2005-09-061-0/+5
| |/ /
* | | Mergeunknown2005-09-061-40/+15
|\ \ \ | |/ /
| * | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-40/+15
* | | Merge zim.(none):/home/brian/mysql/mysql-5.0unknown2005-08-301-24/+76
|\ \ \ | |/ /
| * | Merge mysql.com:/home/mydev/mysql-5.0unknown2005-08-291-2/+21
| |\ \
| | * | Bug#10056 - PACK_KEYS option take values greater than 1 while creating tableunknown2005-08-291-2/+21
| * | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-291-2/+10
| |\ \ \ | | |/ / | |/| |
| | * | fix for bug #12490 (all-in-one patch)unknown2005-08-291-2/+10
| * | | Merge deer.(none):/home/hf/work/mysql-5.0.11207unknown2005-08-271-11/+14
| |\ \ \
| | * | | Addition to the fix for #11207 (SET GLOBAL TRANSACTION ISOLATION LEVEL)unknown2005-08-271-10/+13
| | * | | Fix for bug #11207 (SET GLOBAL TRANSACTION ISOLATION LEVEL is broken)unknown2005-08-081-1/+1
| * | | | Merge deer.(none):/home/hf/work/mysql-5.0.10499unknown2005-08-271-1/+2
| |\ \ \ \
| | * | | | Fix for bug #10499 (Function creation with GEOMETRY return)unknown2005-08-101-1/+2
| | |/ / /
| * | | | Bug#9048unknown2005-08-271-5/+23
| * | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-3/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-3/+6
* | | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-85/+164
|\ \ \ \ \ | |/ / / /
| * | | | Make SYSDATE() behave as in Oracle: always the current datetime, not theunknown2005-08-241-0/+5
| |/ / /
| * | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-08-201-2/+7
| |\ \ \
| | * | | the syntax is XA END xid [SUSPEND [FOR MIGRATE]]unknown2005-08-191-2/+7
| * | | | Cleanups and optimization during review of new codeunknown2005-08-181-2/+4
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-151-68/+123
| |\ \ \ \ | | |/ / /
| | * | | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-68/+123
| | |\ \ \
| | | * | | Implementation of WL#2486 -unknown2005-08-121-68/+123
| | | |/ /
| * | | | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-2/+7
| * | | | Fixes during review of new pushed codeunknown2005-08-121-10/+12
| |/ / /
| * | | Fix for bug #12280 "Triggers: crash if flush tables".unknown2005-08-101-3/+8
| |/ /