summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* afigor@rurik.mysql.com2004-06-251-31/+67
* Fixed BUG#3843: ANALYZE TABLE inside stored procedure causes 'Packets out of ...pem@mysql.comhem.se2004-06-141-1/+2
* Merging 4.1 to 5.0.pem@mysql.com2004-05-261-79/+79
|\
| * Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-05-241-51/+49
| |\
| | * Introduced parameter object "ALTER_INFO" for mysql_alter_tablevva@eagle.mysql.r18.ru2004-05-211-51/+49
| * | Fix for bug which caused temp_table.test fail on Darwin 7.3dlenev@brandersnatch.localdomain2004-05-241-5/+1
| |/
| * Fixed BUG#3709: SELECT INTO 1 FROM DUAL not parsed as expectedpem@mysql.comhem.se2004-05-191-7/+7
| * get rid of remaining strtolls - irix64 compatibilityserg@serg.mylan2004-05-141-2/+2
| * Portability fixesmonty@mysql.com2004-05-121-10/+12
| * Don't automaticly generate a new key for a foreign key constraint if there is...monty@mysql.com2004-05-121-5/+7
| * Merge marko@build.mysql.com:/home/bk/mysql-4.1marko@hundin.mysql.fi2004-05-061-1/+3
| |\
| | * Introduce keys in child tables corresponding to FOREIGN KEYsmarko@hundin.mysql.fi2004-04-211-1/+3
* | | Merge 4.1 -> 5.0pem@mysql.com2004-05-071-38/+108
|\ \ \ | |/ /
| * | mergebell@sanja.is.com.ua2004-05-051-5/+18
| |\ \
| | * | after merge fixesmonty@mysql.com2004-05-051-2/+7
| | * | Merge with 4.0.19monty@mysql.com2004-05-051-3/+11
| | |\ \ | | | |/ | | |/|
| | | * Fix for Bug 3481antony@ltantony.dsl-verizon.net2004-04-281-4/+15
| | | * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)monty@mysql.com2004-03-101-1/+1
| * | | caching of queries with isammerge tables forbiden using general waybell@sanja.is.com.ua2004-05-051-4/+9
| |/ /
| * | Added NDB storage enginemagnus@neptunus.(none)2004-04-151-19/+21
| * | Hand-resolved auto mergeingo@mysql.com2004-04-071-10/+60
| |\ \
| | * | Worklog#1563 - Support of on-line CREATE/DROP INDEX.ingo@mysql.com2004-03-301-10/+60
* | | | WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/...pem@mysql.comhem.se2004-05-041-0/+6
* | | | Merge 4.1 -> 5.0.pem@mysql.com2004-04-071-88/+213
|\ \ \ \ | |/ / /
| * | | Portability fixesmonty@mysql.com2004-04-071-4/+8
| * | | Previous patch was wrong :(gluh@gluh.mysql.r18.ru2004-04-061-9/+3
| * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@gluh.mysql.r18.ru2004-04-051-7/+6
| |\ \ \
| | * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-04-051-7/+6
| | |\ \ \
| | | * | | Fixed many compiler warningsmonty@mysql.com2004-04-051-7/+6
| * | | | | WL1368: SHOW GRANTS FOR CURRENT USERgluh@gluh.mysql.r18.ru2004-04-051-2/+52
| |/ / / /
| * | | | WL#1266 "Separate auto-set logic from TIMESTAMP type."dlenev@jabberwock.localdomain2004-04-021-6/+15
| |/ / /
| * | | simple optimzationmonty@mysql.com2004-03-311-4/+4
| * | | ALTER TABLE t1 CONVERT TO should also change the default character set.bar@bar.intranet.mysql.r18.ru2004-03-301-2/+6
| * | | More different syntaxes for (1) modifying the default charaset/collationbar@bar.intranet.mysql.r18.ru2004-03-301-13/+20
| * | | 1. New data types, from the user point of view:bar@bar.intranet.mysql.r18.ru2004-03-261-2/+2
| * | | Merge fix.pem@mysql.com2004-03-251-3/+2
| |\ \ \
| | * | | Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure.pem@mysql.comhem.se2004-03-251-3/+2
| * | | | accorting to the manual, when neither GLOBAL or SESSION in SETserg@serg.mylan2004-03-241-1/+1
| |/ / /
| * | | correct support for a mix of UNION/UNION ALL in the same query.serg@serg.mylan2004-03-231-6/+10
| * | | after review changesbell@sanja.is.com.ua2004-03-201-8/+7
| * | | fixed signed numeric literal parsing bell@sanja.is.com.ua2004-03-181-3/+8
| * | | mergebell@sanja.is.com.ua2004-03-181-3/+24
| |\ \ \ | | |/ / | |/| |
| | * | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-3/+24
| * | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-03-161-2/+8
| |\ \ \ | | |/ / | |/| |
| | * | EOVERFLOW moved to my_base.h - it is used not only in strtod.cserg@serg.mylan2004-03-161-2/+8
| * | | mergebell@sanja.is.com.ua2004-03-161-1/+6
| |\ \ \ | | |/ / | |/| |
| | * | fixed parsing mode for derived tables (BUG#2421)bell@sanja.is.com.ua2004-02-021-1/+6
| * | | Fix for bug#2586 Disallow global/session/local as structured var. instance namesgluh@gluh.mysql.r18.ru2004-03-161-0/+5
| * | | Spatial code changed to get rid of inconsistent this->* operationhf@deer.(none)2004-03-121-7/+7
| * | | Portability fixesmonty@mysql.com2004-03-051-7/+7