Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BTREE heap key structure is now the same as MyISAM | ram@gw.udmsearch.izhnet.ru | 2002-05-21 | 21 | -489/+182 |
* | Bug fix: charset was not initialized | bar@gw.udmsearch.izhnet.ru | 2002-05-20 | 2 | -0/+2 |
* | Fix for bug mentioned by Peter and Sanja | bar@gw.udmsearch.izhnet.ru | 2002-05-20 | 2 | -4/+1 |
* | Charset related synax changes, now these things work in parser: | bar@gw.udmsearch.izhnet.ru | 2002-05-20 | 2 | -3/+27 |
* | Now string values are created and filled with charset field | bar@gw.udmsearch.izhnet.ru | 2002-05-17 | 37 | -325/+366 |
* | Now several character sets can live in the same table, | bar@gw.udmsearch.izhnet.ru | 2002-05-14 | 5 | -2/+33 |
* | HEAP tables bug (by Ramil request) | bell@sanja.is.com.ua | 2002-05-13 | 1 | -4/+1 |
* | Added charset information | bar@gw.udmsearch.izhnet.ru | 2002-05-13 | 1 | -1/+3 |
* | New Serbian error.txt | bar@gw.udmsearch.izhnet.ru | 2002-05-13 | 1 | -0/+234 |
* | Merge abelkin@work.mysql.com:/home/bk/mysql-4.1 | bell@sanja.is.com.ua | 2002-05-06 | 3 | -5/+16 |
|\ | |||||
| * | fixed bug in derived tables if derived tables more than 1 | bell@sanja.is.com.ua | 2002-05-06 | 3 | -5/+16 |
* | | Use keyseg charset instead of default_charset_info | bar@gw.udmsearch.izhnet.ru | 2002-05-06 | 1 | -15/+8 |
|/ | |||||
* | Index number argument | ram@gw.udmsearch.izhnet.ru | 2002-04-29 | 6 | -16/+13 |
* | MI_KEYSEG -> HA_KEYSEG | ram@gw.udmsearch.izhnet.ru | 2002-04-25 | 38 | -105/+106 |
* | RB-Tree indexes support in HEAP tables | bar@gw.udmsearch.izhnet.ru | 2002-04-25 | 54 | -747/+2360 |
* | Exhange HA_AUTO_KEY and HA_SPATIAL values: FRM stores only 8bit flags | bar@gw.udmsearch.izhnet.ru | 2002-04-18 | 1 | -2/+2 |
* | Fix to use Monty's changes in frm format | bar@gw.udmsearch.izhnet.ru | 2002-04-18 | 6 | -10/+28 |
* | Fix for AsText() spatial function | bar@gw.udmsearch.izhnet.ru | 2002-04-18 | 1 | -4/+8 |
* | Fix for problem that GROUP BY and DISTINCT didn't work for UTF8 | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 4 | -3/+71 |
* | Some charsets require special hash function | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 5 | -2/+590 |
* | New win1250ch charset | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 7 | -7/+60 |
* | Some fixes after merging changes from 4.0 | bar@gw.udmsearch.izhnet.ru | 2002-04-16 | 6 | -21/+22 |
* | Somebody made a bug here: one line disappeared | bar@gw.udmsearch.izhnet.ru | 2002-04-15 | 1 | -0/+1 |
* | merge | monty@hundin.mysql.fi | 2002-04-13 | 174 | -1441/+54888 |
|\ | |||||
| * | solves coredump | Sinisa@sinisa.nasamreza.org | 2002-03-30 | 1 | -0/+1 |
| * | Fix for small tipo | Sinisa@sinisa.nasamreza.org | 2002-03-30 | 1 | -1/+1 |
| * | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-03-29 | 4 | -6/+16805 |
| |\ | |||||
| | * | gb2312, GBK and Shift-JIS conversion routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 4 | -6/+16805 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-03-29 | 2 | -2/+8435 |
| |\ \ | | |/ | |||||
| | * | EUC-KR conversion routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 2 | -2/+8435 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-03-29 | 6 | -39/+14093 |
| |\ \ | | |/ | |||||
| | * | item_strfunc.cc: | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 1 | -4/+4 |
| | * | EUC-JP conversion routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 2 | -26/+8250 |
| | * | Big5 conversion routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 4 | -9/+5839 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-03-29 | 5 | -2/+179 |
| |\ \ | | |/ | |||||
| | * | add sql_derived.cc into compilation | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 2 | -2/+2 |
| | * | Now this syntax works too: CONVERT(string,charset_to,charset_from) | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 3 | -0/+87 |
| | * | Charset convertion operator CONVERT( string USING charset) | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 3 | -0/+90 |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-03-29 | 19 | -357/+3420 |
| |\ \ | | |/ | |||||
| | * | charset<->unicode conversion tables and routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 14 | -342/+1371 |
| | * | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 | bar@gw.udmsearch.izhnet.ru | 2002-03-28 | 14 | -54/+2088 |
| | |\ | |||||
| | | * | New UTF8 charset | bar@gw.udmsearch.izhnet.ru | 2002-03-28 | 14 | -54/+2088 |
| * | | | manual.texi | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | manual.texi . | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | manual.texi | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | test | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | manual.texi test . | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | manual.texi test | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| * | | | manual.texi test | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | manual.texi just a test | Sinisa@sinisa.nasamreza.org | 2002-03-27 | 1 | -1/+1 |