summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug 3481unknown2004-04-281-4/+15
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-1/+1
* Cleanupsunknown2004-02-221-1/+0
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-221-0/+1
|\
| * change that master_server_id is not a restricted wordunknown2004-02-221-0/+1
* | making one symbol a keywordunknown2004-02-211-0/+1
|/
* fix for the bug #2786 incorrect precedence for XOR operatorunknown2004-02-161-2/+1
* BUG#2304 - HANDLER and tables in non-current dbunknown2004-01-131-5/+10
* Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-0/+1
* Revert change of lower-case-table handling as this breaks how alias works.unknown2003-08-291-4/+0
* After merge fixesunknown2003-08-221-1/+1
|\
| * Remove wrong bug fix when calling create_sort_index.unknown2003-08-101-1/+1
* | Fuller implementation of lower case table names.unknown2003-07-231-0/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-07-031-2/+4
|\
| * Added missing (char*) casts in bzero calls.unknown2003-07-031-1/+1
| * Fix for a problem with :unknown2003-07-021-1/+3
* | Cleaner implementation if INSERT ... SELECT with same tablesunknown2003-07-031-4/+6
|/
* Some fixes for CREATE / INSERT FROM UNIO >..unknown2003-07-021-6/+3
* merge changesunknown2003-07-021-40/+25
|\
| * new syntax:unknown2003-06-301-18/+30
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-1/+5
|\ \ | |/
| * SCRUMunknown2003-06-191-1/+5
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-171-3/+34
|\ \ | |/
| * Many files:unknown2003-06-151-2/+1
| * sql_yacc.yy, sql_parse.cc, sql_lex.h, mysqld.cc, lex.h:unknown2003-06-061-3/+21
| * One-line fix for bug 576 (DBUG_ASSERT failure when using CHANGE MASTER TO REL...unknown2003-06-031-0/+14
* | Two Sprint tasks and two behaviour changes.unknown2003-06-171-11/+41
|/
* Fix for bug #529 ("x509" no allowed as field name)unknown2003-05-291-0/+1
* Safety fix to enable RAID in max binariesunknown2003-05-131-2/+6
* Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-5/+1
* Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-12/+14
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2003-03-281-1/+4
|\
| * fixed SQL_SELECT option with UNIONsunknown2003-02-271-1/+4
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0unknown2003-03-211-2/+6
|\ \
| * | do not allow to cache queries with INTO clauseunknown2003-03-061-2/+6
| |/
* | Allow optimzation of multi-table-update also for InnoDB tablesunknown2003-03-191-0/+3
|/
* do not allow COLUMN and AFTER/FIRST inunknown2003-02-221-3/+12
* Added START TRANSACTION syntaxunknown2003-02-061-12/+27
* Fixed bug in ulonglong parsing for constructs that only takes unsigned longlo...unknown2003-02-041-3/+4
* Added timeout for wait_for_master_posunknown2003-01-251-0/+11
* Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-20/+35
* Fixed syntax error in sql_yacc.yy (with bison 1.75).unknown2002-12-131-1/+2
* Ensure that BEGIN / COMMIT is handled properly if slave diesunknown2002-12-111-0/+5
* Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-291-5/+6
|\
| * New multi-table-update codeunknown2002-11-291-5/+6
* | Added 29 {} at the end of clauses in sql_yacc.yy to make it work with bison 1...unknown2002-11-281-26/+65
|/
* Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERunknown2002-11-241-6/+13
* Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-4/+5
* Small improvement to alloc_rootunknown2002-11-161-52/+84
* Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-3/+13