summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* mergeunknown2004-10-281-17/+3
|\
| * Fixed BUG#6030: Stored procedure has no appropriate DROP privilege.unknown2004-10-221-6/+0
| * Fixed BUG#6027: Stored procedures can be renamed.unknown2004-10-221-10/+2
| * fixed default behaviour of WITH CHECK OPTIONS according to standard (BUG#5989)unknown2004-10-211-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-201-120/+116
|\ \ | |/ |/|
| * errors without code removedunknown2004-10-201-120/+116
* | Implemented the stored procedure data access characteristics:unknown2004-10-141-5/+22
|/
* showing table type now is controled by new parameter 'FULL' of SHOW TABLES co...unknown2004-10-101-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-071-18/+1
|\
| * Revised BUG#5000: SPs can be created with no default database.unknown2004-10-071-18/+1
* | test of DELETE privilege and cyclic reference added in case of altering view ...unknown2004-10-071-3/+7
|/
* fixed & added comments (according to Igor's review and a bit more)unknown2004-10-071-4/+4
* mergeunknown2004-10-051-2/+18
|\
| * More fixes for strict mode:unknown2004-10-021-2/+18
* | mergeunknown2004-09-291-4/+8
|\ \ | |/ |/|
| * mergeunknown2004-09-051-1/+1
| |\
| * | CHECK OPTIONs added (WL#1983)unknown2004-09-031-4/+8
* | | Fixed BUG#3583: query cache doesn't work for stored procedures.unknown2004-09-171-6/+20
* | | Merge.unknown2004-09-131-2/+6
|\ \ \
| * | | Added per thread status variables, after review, patch v1.1.unknown2004-09-131-2/+6
* | | | sql_yacc.yy:unknown2004-09-101-0/+1
* | | | Fixed BUG#3294: Stored procedure crash if table dropped before use.unknown2004-09-101-3/+7
* | | | Yet another manual merge with main tree for patch for WL#1218 "Triggers"unknown2004-09-091-60/+143
|\ \ \ \
| * \ \ \ Merge on pullunknown2004-09-091-48/+115
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge with 4.1unknown2004-09-061-48/+115
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge with 4.0 to get latest bug fixesunknown2004-09-041-1/+1
| | | |\ \
| | | | * | sql_yacc.yy:unknown2004-09-031-1/+1
| | | * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-08-311-6/+18
| | | |\ \ \
| | | | * | | after review patchunknown2004-08-311-8/+12
| | | | * | | NOT elimination moved in parsing (suggested by Monty)unknown2004-08-291-2/+10
| | | * | | | Better easier to call error message format.unknown2004-08-311-6/+3
| | | |/ / /
| | | * | | Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION conf...unknown2004-08-271-17/+50
| | | * | | "SELECT BINARY x" now means "SELECT CAST(x AS BINARY)".unknown2004-08-261-2/+1
| | | * | | mergeunknown2004-08-231-12/+12
| | | |\ \ \
| | | | * | | skip resolving field in table list if table list is not accessable due to gro...unknown2004-08-131-12/+12
| | | * | | | after merge fixesunknown2004-08-191-1/+1
| | | * | | | manually mergedunknown2004-08-181-0/+6
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | | * | BUG#4717 - check for valid table names in ALTER TABLE ... RENAMEunknown2004-07-261-1/+7
| | | | * | Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0unknown2004-06-251-2/+2
| | | | |\ \
| | | | | * | parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)unknown2004-06-241-2/+2
| | | | | * | fixed functions to be able work with group function as argumentunknown2003-01-291-36/+275
| | | | | * | followup: s/st_table_list->name/st_table_list->alias/unknown2002-09-231-6/+6
| | | | | * | Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ...unknown2002-07-291-8/+8
| | | * | | | allow get_format(TIMESTAMP, ...) syntaxunknown2004-08-111-4/+7
| | | * | | | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-0/+12
| * | | | | | Fixed BUG#5000: SPs can be created with no default database.unknown2004-09-081-1/+18
| |/ / / / /
* | | | | | WL#1218 "Triggers"unknown2004-09-091-18/+30
* | | | | | Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-30/+254
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-30/+254
* | | | | | Print value of Item_param if it has a value (when debugging)unknown2004-09-041-1/+1
| |_|_|_|/ |/| | | |