summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* SHOW CREATE DATABASE name;bar@gw.udmsearch.izhnet.ru2002-07-021-0/+5
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-07-011-3/+4
|\
| * subselect in having clausebell@sanja.is.com.ua2002-07-011-3/+4
* | ALTER DATABASE DEFAULT CHARACTER SET latin1;bar@gw.udmsearch.izhnet.ru2002-06-271-8/+16
|/
* database default character set is now stored in database directorybar@gw.udmsearch.izhnet.ru2002-06-211-0/+1
* New CHARSET() functionbar@gw.udmsearch.izhnet.ru2002-06-201-0/+2
* New syntax for string with charset: _latin1'string'bar@gw.udmsearch.izhnet.ru2002-06-201-39/+19
* Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@gw.udmsearch.izhnet.ru2002-06-201-0/+5
|\
| * Now it is possible to drop default charset from table:bar@gw.udmsearch.izhnet.ru2002-06-191-0/+5
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-06-191-6/+18
|\ \ | |/
| * Default table character set has been added:bar@gw.udmsearch.izhnet.ru2002-06-191-6/+18
* | mergedbell@sanja.is.com.ua2002-06-191-6/+21
|\ \ | |/ |/|
| * EXISTS type of subselectbell@sanja.is.com.ua2002-06-191-6/+21
* | sql_error.cc, sql_prepare.cc:venu@myvenu.com2002-06-121-2/+55
* | New command: SHOW CHARACTER SET [LIKE 'wild']bar@gw.udmsearch.izhnet.ru2002-06-111-0/+2
|/
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-06-071-7/+8
|\
| * Charset of any string field now can be specified during CREATE TABLEbar@gw.udmsearch.izhnet.ru2002-06-071-7/+8
* | mergedbell@sanja.is.com.ua2002-06-051-332/+376
|\ \ | |/
| * Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-06-041-332/+378
| |\
| | * merge with 4.0 to get last fixes to last mergemonty@hundin.mysql.fi2002-06-041-1/+0
| | |\
| | | * Enable LOAD DATA LOCAL INFILE in mysql_testmonty@hundin.mysql.fi2002-06-041-4/+3
| | * | Changes for new binary .frm formatmonty@hundin.mysql.fi2002-06-041-6/+19
| | * | merge with 4.0monty@hundin.mysql.fi2002-06-031-292/+313
| | |\ \ | | | |/
| | | * merge with 3.23.51monty@hundin.mysql.fi2002-05-161-1/+1
| | | |\
| | | | * Fixed sql_yacc.yy to be compatible with bison 1.31 and above.lenz@mysql.com2002-05-151-8/+8
| | | * | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-05-151-4/+18
| | | |\ \
| | | | * \ resolve changesSinisa@sinisa.nasamreza.org2002-05-151-4/+18
| | | | |\ \
| | | | | * | Features made for Schlund plus several bug fixes.Sinisa@sinisa.nasamreza.org2002-05-151-3/+18
| | | * | | | Fixed typo in error message from sql_yacc.yymonty@tramp.mysql.fi2002-05-141-1/+1
| | | |/ / /
| | | * | | Fixed that enable-reads-from-master and repl-parse-query works in option files.monty@hundin.mysql.fi2002-04-291-3/+4
| | | * | | reckless slave optionsasha@mysql.sashanet.com2002-04-151-273/+280
| | | |/ /
| | * | | Extension of .frm file (not yet ready for push)monty@hundin.mysql.fi2002-06-021-43/+56
| * | | | Added filling of unicode mapping arrays during charset.conf loadingbar@gw.udmsearch.izhnet.ru2002-05-311-2/+2
| |/ / /
* | | | new subselect testsbell@sanja.is.com.ua2002-06-011-1/+0
* | | | Hiding internal pointers of SELECT_LEX structuresbell@sanja.is.com.ua2002-05-271-9/+9
* | | | mergebell@sanja.is.com.ua2002-05-261-14/+37
|\ \ \ \ | |/ / /
| * | | Charset related synax changes, now these things work in parser:bar@gw.udmsearch.izhnet.ru2002-05-201-3/+26
| * | | Now string values are created and filled with charset fieldbar@gw.udmsearch.izhnet.ru2002-05-171-11/+11
| * | | fixed bug in derived tables if derived tables more than 1bell@sanja.is.com.ua2002-05-061-1/+3
* | | | simple subselects ported to new select_lex structuresbell@sanja.is.com.ua2002-05-121-4/+32
* | | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...bell@sanja.is.com.ua2002-05-081-4/+16
* | | | new SELECT_LEX structurebell@sanja.is.com.ua2002-05-071-11/+13
|/ / /
* | | RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-251-1/+1
* | | Some fixes after merging changes from 4.0bar@gw.udmsearch.izhnet.ru2002-04-161-17/+17
* | | mergemonty@hundin.mysql.fi2002-04-131-8/+136
|\ \ \ | |/ / |/| |
| * | Now this syntax works too: CONVERT(string,charset_to,charset_from)bar@gw.udmsearch.izhnet.ru2002-03-291-0/+4
| * | Charset convertion operator CONVERT( string USING charset)bar@gw.udmsearch.izhnet.ru2002-03-291-0/+10
| * | Derived tables !Sinisa@sinisa.nasamreza.org2002-03-261-0/+24
| * | Some changes from 4.0.Sinisa@sinisa.nasamreza.org2002-03-191-7/+7
| * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-1/+2