Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collation names have been renamed to common style | bar@bar.mysql.r18.ru | 2003-03-25 | 1 | -1/+1 |
* | Fixed reference to uninitialized memory | monty@narttu.mysql.fi | 2003-03-21 | 1 | -8/+7 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-03-20 | 1 | -0/+4 |
|\ | |||||
| * | (no commit message) | bar@bar.mysql.r18.ru | 2003-03-17 | 1 | -0/+4 |
* | | Merge with 4.0.12 | monty@narttu.mysql.fi | 2003-03-19 | 1 | -0/+2 |
|\ \ | |||||
| * \ | Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables | monty@narttu.mysql.fi | 2003-03-18 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | Fix of 'halloween bug' with UPDATE of InnoDB tables. | monty@narttu.mysql.fi | 2003-03-18 | 1 | -0/+2 |
| | * | | - fixed C++-style comments in .c files to make IBM compiler happy | lenz@mysql.com | 2003-03-11 | 1 | -15/+15 |
| * | | | - fixed C++-style comments to make IBM C compiler happy | lenz@mysql.com | 2003-03-15 | 1 | -4/+4 |
* | | | | Fixes to avoid errors from valgrind | monty@narttu.mysql.fi | 2003-03-18 | 1 | -0/+10 |
| |_|/ |/| | | |||||
* | | | Merge bk-internal:/home/bk/mysql-4.1/ | serg@serg.mysql.com | 2003-03-14 | 1 | -1/+16 |
|\ \ \ | |||||
| * | | | trim spaces from CHAR() BINARY consistently | serg@serg.mysql.com | 2003-03-06 | 1 | -1/+16 |
* | | | | Every charset now have its own parser state arrays | bar@bar.mysql.r18.ru | 2003-03-14 | 14 | -0/+38 |
* | | | | - Changed C++-style comments to C-style comments to make IBM compiler happy | lenz@mysql.com | 2003-03-06 | 3 | -21/+21 |
|/ / / | |||||
* | | | New fields in CHARSET_INFO structure to optimize searching for | bar@bar.mysql.r18.ru | 2003-03-05 | 15 | -41/+91 |
* | | | Every character set now has binary collation | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -0/+2 |
* | | | Portability fixes | monty@narttu.mysql.fi | 2003-02-28 | 1 | -9/+34 |
* | | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ... | venu@myvenu.com | 2003-02-20 | 1 | -6/+6 |
* | | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -20/+44 |
* | | | More use of new CHARSET_INFO functions and two bug fixes | bar@bar.mysql.r18.ru | 2003-01-31 | 2 | -6/+4 |
* | | | New functions in CHARSET_INFO structure | bar@bar.mysql.r18.ru | 2003-01-31 | 16 | -2/+94 |
* | | | New CHARSET_INFO function to compare strings regardless to trailing spaces | bar@bar.mysql.r18.ru | 2003-01-31 | 15 | -1/+144 |
* | | | ctype-simple.c: | bar@bar.mysql.r18.ru | 2003-01-31 | 2 | -91/+16 |
* | | | Optimization of unicode conversion | bar@bar.mysql.r18.ru | 2003-01-30 | 1 | -11/+30 |
* | | | (no commit message) | bar@bar.mysql.r18.ru | 2003-01-30 | 1 | -11/+29 |
* | | | conf_to_src.c: | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -143/+91 |
* | | | Move latin1 into a separarte file | bar@bar.mysql.r18.ru | 2003-01-29 | 6 | -11/+209 |
* | | | conf_to_src.c: | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -11/+157 |
* | | | Reorganization to restore generating charset C files from conf files | bar@bar.mysql.r18.ru | 2003-01-29 | 7 | -4054/+4040 |
* | | | New "fill" function in charset_info_st structure | bar@bar.mysql.r18.ru | 2003-01-28 | 14 | -2/+45 |
* | | | wb_wc and wc_mb now checks length inside | bar@bar.mysql.r18.ru | 2003-01-27 | 9 | -0/+51 |
* | | | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 3 | -5/+6 |
* | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options. | monty@mashka.mysql.fi | 2003-01-18 | 2 | -43/+54 |
* | | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | - fixes to properly make a "make distclean" (some files were not removed) | lenz@mysql.com | 2002-12-27 | 1 | -0/+1 |
| | * | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -10/+1 |
* | | | merge | monty@mashka.mysql.fi | 2003-01-17 | 2 | -27/+49 |
|\ \ \ | |||||
| * | | | Changed my_strntoxxx functions to clear error number on start | monty@mashka.mysql.fi | 2003-01-17 | 2 | -15/+37 |
* | | | | New scan() function in CHARSET_INFO structure (not used yet) | bar@bar.mysql.r18.ru | 2003-01-17 | 14 | -33/+96 |
* | | | | Use always base "10" to remove base guesser in strntoul() implementation | bar@bar.mysql.r18.ru | 2003-01-17 | 3 | -10/+42 |
* | | | | ctype-utf8.c: | bar@bar.mysql.r18.ru | 2003-01-17 | 1 | -0/+4 |
|/ / / | |||||
* | | | strnto family functions now return error in a new argument | bar@bar.mysql.r18.ru | 2003-01-16 | 3 | -39/+51 |
* | | | strnxfrm() for simple and binary charsets fixes | bar@bar.mysql.r18.ru | 2003-01-16 | 2 | -24/+25 |
* | | | All charsets now have strnxfrm. | bar@bar.mysql.r18.ru | 2003-01-15 | 14 | -87/+95 |
* | | | bin chatset now handles strnncoll itself so we don't have to check | bar@bar.mysql.r18.ru | 2003-01-14 | 1 | -2/+2 |
* | | | merge | monty@mashka.mysql.fi | 2003-01-14 | 4 | -133/+257 |
|\ \ \ | |||||
| * | | | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 4 | -133/+257 |
* | | | | Charset loading has been moved to /string library | bar@bar.mysql.r18.ru | 2003-01-14 | 1 | -0/+223 |
* | | | | xml.c has been moved to /strings from /mysys | bar@bar.mysql.r18.ru | 2003-01-10 | 1 | -4/+4 |