Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 4.0 | monty@hundin.mysql.fi | 2002-06-03 | 12 | -88/+127 |
|\ | |||||
| * | merge with 3.23 | monty@hundin.mysql.fi | 2002-06-02 | 2 | -2/+2 |
| |\ | |||||
| | * | Portability fixes for SCO and HPUX | monty@hundin.mysql.fi | 2002-05-31 | 1 | -1/+1 |
| | * | A small fix for HP-UX when used --with-debug | Sinisa@sinisa.nasamreza.org | 2002-05-30 | 1 | -1/+1 |
| * | | Added useful exit error code for programs using my_getopt in case | jani@hynda.(none) | 2002-05-29 | 2 | -0/+17 |
| * | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-27 | 2 | -14/+20 |
| |\ \ | | |/ | |||||
| | * | Renamed stripp_sp -> strip_sp | monty@hundin.mysql.fi | 2002-05-27 | 1 | -1/+1 |
| | * | Split raid C function to separate file to make things more portable. | monty@hundin.mysql.fi | 2002-05-27 | 1 | -0/+6 |
| | * | Portability fix for OSF1 | monty@narttu. | 2002-05-27 | 1 | -13/+13 |
| * | | Removed GNU getopt from MySQL distribution (replaced by my_getopt) | jani@hynda.(none) | 2002-05-22 | 1 | -2/+1 |
| * | | Fixes for gcc 3.1 | monty@hundin.mysql.fi | 2002-05-21 | 1 | -8/+8 |
| * | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 3 | -26/+37 |
| |\ \ | | |/ | |||||
| | * | New my_gethostbyname_r() handling | monty@hundin.mysql.fi | 2002-05-16 | 2 | -25/+36 |
| | * | Sergei's MyODBC fix | miguel@hegel.local | 2002-05-12 | 1 | -3/+3 |
| | * | Fixed problems with DECIMAL() type on overflow. | monty@hundin.mysql.fi | 2002-05-02 | 1 | -1/+17 |
| * | | Changed GET_STRALC to GET_STR_ALLOC | jani@rhols221.adsl.netsonic.fi | 2002-05-15 | 1 | -1/+1 |
| * | | resolve changes | Sinisa@sinisa.nasamreza.org | 2002-05-15 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Features made for Schlund plus several bug fixes. | Sinisa@sinisa.nasamreza.org | 2002-05-15 | 1 | -0/+1 |
| * | | | - Added new type GET_STRALC to my_getopt. | jani@rhols221.adsl.netsonic.fi | 2002-05-14 | 1 | -1/+1 |
| * | | | Fixed some bugs in my_getopt.c, added functionality for new GET_* | jani@rhols221.adsl.netsonic.fi | 2002-05-07 | 1 | -1/+2 |
| * | | | Reworked the RPM spec file and added several fixes to make the | lenz@mysql.com | 2002-05-03 | 1 | -1/+1 |
| * | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-04-28 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | init_dynamic_array MyODBC compatibility fix | serg@serg.mysql.com | 2002-04-28 | 1 | -3/+3 |
| * | | | | merge | monty@hundin.mysql.fi | 2002-04-25 | 1 | -0/+7 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Small fix for HP-UX 10.20 with DCE threads | Sinisa@sinisa.nasamreza.org | 2002-04-16 | 1 | -1/+1 |
| | * | | Fixed pthread_cond_timedwait() for HPUX and DCE threads | monty@tik.mysql.fi | 2002-04-16 | 1 | -0/+7 |
| * | | | my_alloc.h included in installation | bell@sanja.is.com.ua | 2002-04-20 | 3 | -3/+3 |
| | |/ | |/| | |||||
| * | | query cache code can be excluded from server | bell@sanja.is.com.ua | 2002-04-15 | 1 | -8/+0 |
| * | | collision resolving | bell@sanja.is.com.ua | 2002-04-13 | 3 | -37/+41 |
| |\ \ | |||||
| | * | | allocated bigger blocks if it needed | bell@sanja.is.com.ua | 2002-04-13 | 3 | -37/+41 |
* | | | | Extension of .frm file (not yet ready for push) | monty@hundin.mysql.fi | 2002-06-02 | 2 | -40/+44 |
* | | | | Fixed problem in fulltest testcase | monty@hundin.mysql.fi | 2002-05-22 | 1 | -3/+3 |
* | | | | BTREE heap key structure is now the same as MyISAM | ram@gw.udmsearch.izhnet.ru | 2002-05-21 | 3 | -12/+7 |
* | | | | Index number argument | ram@gw.udmsearch.izhnet.ru | 2002-04-29 | 1 | -2/+2 |
* | | | | MI_KEYSEG -> HA_KEYSEG | ram@gw.udmsearch.izhnet.ru | 2002-04-25 | 3 | -8/+8 |
* | | | | RB-Tree indexes support in HEAP tables | bar@gw.udmsearch.izhnet.ru | 2002-04-25 | 5 | -29/+106 |
* | | | | 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 for problem that GROUP BY and DISTINCT didn't work for UTF8 | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 1 | -1/+4 |
* | | | | Some charsets require special hash function | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 1 | -0/+5 |
* | | | | New win1250ch charset | bar@gw.udmsearch.izhnet.ru | 2002-04-17 | 1 | -0/+15 |
* | | | | Some fixes after merging changes from 4.0 | bar@gw.udmsearch.izhnet.ru | 2002-04-16 | 1 | -1/+1 |
* | | | | merge | monty@hundin.mysql.fi | 2002-04-13 | 4 | -96/+246 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Big5 conversion routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 1 | -4/+14 |
| * | | | charset<->unicode conversion tables and routines | bar@gw.udmsearch.izhnet.ru | 2002-03-29 | 1 | -5/+25 |
| * | | | New UTF8 charset | bar@gw.udmsearch.izhnet.ru | 2002-03-28 | 1 | -24/+67 |
| * | | | Configure.in/Makefile.in charset related things are now earier to maintain | bar@gw.udmsearch.izhnet.ru | 2002-03-19 | 1 | -1/+20 |
| * | | | Hash now supports several charsets | bar@gw.udmsearch.izhnet.ru | 2002-03-14 | 1 | -2/+4 |
| * | | | use String->charset instead of default_charset_info | bar@gw.udmsearch.izhnet.ru | 2002-03-14 | 1 | -35/+4 |
| * | | | New ctype functions/macros to support many charsets at a time | bar@gw.udmsearch.izhnet.ru | 2002-03-12 | 2 | -103/+68 |
| * | | | New fiedls in CHARSET_INFO strucutre | bar@gw.udmsearch.izhnet.ru | 2002-03-07 | 1 | -36/+70 |