Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for my_mbcharlen(charset, c) to return 1 for single-byte characters | serg@serg.mylan | 2003-12-06 | 6 | -6/+6 |
* | Added missing SSL library (Should be in source distribution) | monty@mysql.com | 2003-11-28 | 1 | -8/+2 |
* | Fixed compiler warnings from Intel compiler in Win64 | monty@mysql.com | 2003-11-23 | 1 | -1/+1 |
* | Update VC++ files | monty@mysql.com | 2003-11-21 | 1 | -4/+4 |
* | Merge key cache structures to one | monty@mysql.com | 2003-11-20 | 1 | -1/+1 |
* | Portability fixes for AIX43 | monty@mashka.mysql.fi | 2003-11-20 | 1 | -0/+1 |
* | Fixed minor compiler errors encountered during pre-final builds. | greg@mysql.com | 2003-11-12 | 1 | -1/+1 |
* | Resolved build problem: undeclared macros | greg@mysql.com | 2003-11-12 | 1 | -0/+1 |
* | Merge | monty@narttu.mysql.fi | 2003-11-03 | 3 | -18/+25 |
|\ | |||||
| * | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 3 | -18/+25 |
* | | merged | serg@serg.mylan | 2003-10-21 | 5 | -20/+26 |
|\ \ | |/ |/| | |||||
| * | FULLTEXT: correct charset support (UTF included, UCS2 - not) | serg@serg.mylan | 2003-10-20 | 5 | -18/+24 |
* | | ctype-simple.c, ctype-mb.c: | bar@bar.mysql.r18.ru | 2003-10-15 | 3 | -25/+25 |
|/ | |||||
* | ctype-mb.c: | bar@bar.mysql.r18.ru | 2003-10-01 | 1 | -1/+1 |
* | - fixed yet another C++ comment inside a .c file | lenz@kallisto.local | 2003-09-29 | 1 | -1/+1 |
* | CHARSET_INFO::instr was extended to return more substring match results: | bar@bar.mysql.r18.ru | 2003-09-25 | 3 | -18/+85 |
* | - Code cleanup: replaced C++-style comments with the proper syntax for | lenz@kallisto.local | 2003-09-24 | 1 | -1/+1 |
* | Bug 1181 fix. LIKE didn't work with UCS2 character set. | bar@bar.mysql.r18.ru | 2003-09-22 | 1 | -8/+255 |
* | xml.c: | bar@bar.mysql.r18.ru | 2003-09-22 | 1 | -1/+1 |
* | Fixed that multibyte charsets didn't honor multibyte | bar@bar.mysql.r18.ru | 2003-09-19 | 15 | -21/+326 |
* | Bug fix: | bar@bar.mysql.r18.ru | 2003-09-16 | 12 | -1/+41 |
* | Optimize thai character handling | monty@mashka.mysql.fi | 2003-09-12 | 1 | -88/+102 |
* | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -7/+7 |
|\ | |||||
| * | crash BUG#1116 fixed | serg@serg.mylan | 2003-08-21 | 1 | -7/+7 |
* | | merge | monty@mashka.mysql.fi | 2003-08-19 | 11 | -15/+15 |
|\ \ | |||||
| * | | Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrm | bar@bar.mysql.r18.ru | 2003-08-18 | 11 | -15/+15 |
* | | | After merge fixes | monty@mashka.mysql.fi | 2003-08-19 | 1 | -164/+117 |
* | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos we... | serg@serg.mylan | 2003-07-17 | 1 | -108/+49 |
| * | Status query on killed mysql connection results in segmentation fault (Bug #738) | monty@narttu.mysql.fi | 2003-07-04 | 1 | -1/+1 |
* | | ctype-utf8.c: | bar@bar.mysql.r18.ru | 2003-07-17 | 1 | -1/+1 |
* | | Fixes for make_win_src_distributions | monty@narttu.mysql.fi | 2003-06-15 | 1 | -6/+6 |
* | | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 5 | -50/+60 |
|\ \ | |||||
| * | | Added SQLSTATE to client/server protocol | monty@narttu.mysql.fi | 2003-06-04 | 5 | -50/+60 |
* | | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ... | bar@bar.mysql.r18.ru | 2003-06-03 | 1 | -2/+2 |
* | | | ctype-ucs2.c: | bar@bar.mysql.r18.ru | 2003-06-02 | 1 | -0/+4 |
* | | | ctype-win1250ch.c: | bar@bar.mysql.r18.ru | 2003-05-28 | 1 | -1/+1 |
* | | | ctype-win1250ch.c: | bar@bar.mysql.r18.ru | 2003-05-28 | 1 | -6/+7 |
|/ / | |||||
* | | conf_to_src.c: | mysql@home.(none) | 2003-05-27 | 1 | -39/+25 |
* | | --with-charset was not up to date | bar@bar.mysql.r18.ru | 2003-05-26 | 3 | -2/+7 |
* | | BINARY collations for every character set | bar@bar.mysql.r18.ru | 2003-05-23 | 10 | -20/+251 |
* | | CHARSET_INFO structure reorganization for easier maintainance | bar@bar.mysql.r18.ru | 2003-05-23 | 15 | -392/+482 |
* | | Variables were rename, binary collation names were added | bar@bar.mysql.r18.ru | 2003-05-22 | 13 | -14/+16 |
* | | merge | monty@mashka.mysql.fi | 2003-05-22 | 2 | -92/+84 |
|\ \ | |||||
| * | | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 1 | -1/+1 |
| * | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -91/+83 |
| |\ \ | | |/ | |||||
| | * | Trimming code with Monty's suggestions | hf@deer.mysql.r18.ru | 2003-04-25 | 1 | -91/+83 |
| | * | ctype-tis620.c: | bar@bar.mysql.r18.ru | 2003-04-25 | 1 | -1/+1 |
* | | | UCS2 and UTF8 are in separate files now | bar@bar.mysql.r18.ru | 2003-05-21 | 3 | -1025/+1052 |
|/ / | |||||
* | | Fixed new bug in ORDER BY | monty@narttu.mysql.fi | 2003-05-15 | 2 | -15/+21 |