summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-04-061-27/+39
|\
| * Fix for bug #9286: SESSION/GLOBAL should be disallowed for user variablesunknown2005-04-061-27/+39
* | Adding a new parameter for well_formed_length to unknown2005-04-061-1/+2
|/
* Merge from 4.0unknown2005-02-181-1/+1
|\
| * Merge mysql.com:/home/bkroot/mysql-4.0unknown2005-02-181-2/+2
| |\
| | * Bug#7879: Using TL_READ_NO_INSERT locks instead of TL_READ locks when unknown2005-02-151-2/+2
| * | order_by.result, order_by.test:unknown2005-01-251-5/+8
| |/
* | Bug#2435unknown2005-02-131-7/+28
* | Fix for BUG#8023.unknown2005-02-021-4/+5
* | backported from 5.0 patch initialization of main select for commands where su...unknown2005-01-171-1/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-141-8/+1
|\ \
| * | Fix for bug #7418 "TIMESTAMP not always converted to DATETIME in MAXDBunknown2005-01-111-8/+1
* | | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagunknown2004-12-311-7/+14
|/ /
* | WL#2274 - INSERT..SELECT..UPDATEunknown2004-12-131-23/+22
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
|\ \
| * | Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | Syntax extention: 'ALTER DATABASE' without db name (after review)unknown2004-12-061-3/+8
* | | Bug #6379: ENUM values are incorrectly convertedunknown2004-12-021-14/+6
|/ /
* | A fix (bug #6449: DO server-crashing bug).unknown2004-11-161-4/+5
* | Bug #6552 CHAR column w/o length is legal, BINARY w/o length is notunknown2004-11-161-0/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-111-3/+7
|\ \
| * \ Merge pcgem.rdg.cyberkinetica.com:/mnt/staff/repositories/mysql-4.1unknown2004-11-111-3/+7
| |\ \
| | * | Bug#6469 - REVOKE ALL synonymy bugunknown2004-11-101-3/+7
* | | | Added ending ';' for the start_transaction_opts:unknown2004-11-111-0/+1
|/ / /
* | | Mergeunknown2004-11-101-3/+18
|\ \ \ | |/ / |/| |
| * | WL#1596 "make mysqldump --master-data --single-transaction able to do online ...unknown2004-11-101-3/+18
* | | Simpler arena swapping codeunknown2004-11-081-8/+8
|/ /
* | An extra "separator" class member was removed from Item_func_concat_ws.unknown2004-10-281-1/+1
* | Typo fixunknown2004-10-261-1/+1
* | Fix for bug #6166: index prefix length of 0 not rejectedunknown2004-10-261-1/+13
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-201-4/+8
|\ \
| * | Fix for bug #6173 "One can circumvent missing UPDATE privilege ifunknown2004-10-201-4/+8
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-10-141-2/+2
|\ \ \ | |/ / |/| |
| * | true,false -> TRUE, FALSEunknown2004-10-141-2/+2
* | | clean-up, indentation fixes.unknown2004-10-101-10/+10
* | | A fix (bug #5382: Server crashes after writing INTO OUTFILE)unknown2004-10-101-17/+37
|/ /
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-5/+5
* | After merge fixesunknown2004-10-071-1/+1
* | Merge with 4.0 for 4.1 releaseunknown2004-10-061-2/+7
|\ \ | |/
| * Bug#4118: multi-table UPDATE takes WRITE lock on read tableunknown2004-10-031-2/+10
* | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-2/+13
* | un-reserving "RETURNS"unknown2004-09-131-12/+13
* | 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