89 Commits (9c89cca5e364310928bde10287a56128378c107c)

Author SHA1 Message Date
Alexander Barkov 435289acd4 Updating Copyright information 15 years ago
Alexander Barkov e57a9d6fe0 Bug#45012 my_like_range_cp932 generates invalid string 15 years ago
unknown f792cf3e38 Bug#32510 LIKE search fails with indexed 'eucjpms' and 'ujis' char column 18 years ago
unknown c7dfc326d4 Bug#28600 Yen sign and overline ujis conversion change 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown f00257ddd0 Fixed compiler warnings detected by option -Wshadow and -Wunused: 19 years ago
unknown 03d411b1d1 Bug#6147: Traditional: Assigning a string to a numeric column has unexpected results 20 years ago
unknown 4fa4383ba8 WL#1386 - CTYPE table for unicode character sets 20 years ago
unknown a464e01713 Bug#15375 Unassigned multibyte codes are broken 20 years ago
unknown 60e411eb32 type_binary.result, type_binary.test: 20 years ago
unknown a29b1d7151 BUG#11338 (logging of prepared statement w/ blob type) 20 years ago
unknown f12ded495c ctype-big5.c: 21 years ago
unknown ba144e2290 fixes for windows 64-bit compiler warnings 21 years ago
unknown e7300f1346 Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 21 years ago
unknown d8cf7e0133 Bug#9509 Optimizer: wrong result after AND with latin1_german2_ci 21 years ago
unknown 5687fe36bf Adding a new parameter for well_formed_length to 21 years ago
unknown 9bb464487d CSC#4385: slow sorting for UTF8 large table: 21 years ago
unknown 05cb2737b9 Bug #6819 Some ujis characters cannot be inserted into table 21 years ago
unknown 1325786818 Incorporating new faster string->number converter functions 21 years ago
unknown cc12a462d6 Bug #3453 MySQL output formatting in multibyte character sets 21 years ago
unknown f0fed74629 A new function to meassure terminal screen cells number for a string. 21 years ago
unknown eda663a155 Many files: 21 years ago
unknown f573ee0887 Unicode collation algorithm: contraction support. 22 years ago
unknown 859b1a8c48 Initialize max_sort_char only if a character set is requested. 22 years ago
unknown 5275eb21c2 Allocate memory when a character set is requested: 22 years ago
unknown d8f0df52d3 Optimization to use less memory. 22 years ago
unknown 8ab01b335d WL#916: Unicode collations for some languages 22 years ago
unknown 8ee5b216a1 Preparation for user-defined Unicode collations: 22 years ago
unknown 7674fd064c Bug #3290 [Ver]: Can't convert sjis&ujis half-width katakana correctly 22 years ago
unknown bf4e1d4681 min_sort_char was added, for the future UCA implementation. 22 years ago
unknown 709356d473 Changed wellformedlen to well_formed_len 22 years ago
unknown faa8a41b1d Problem fix: 22 years ago
unknown 162f1dc5e6 UCS-2 aligning 0xAA -> 0x00AA 22 years ago
unknown e505696ffc Portability fixes for Windows 22 years ago
unknown 2e82008bac fix for my_mbcharlen(charset, c) to return 1 for single-byte characters 22 years ago
unknown 44bffa0b05 Fixed that multibyte charsets didn't honor multibyte 22 years ago
unknown 62f2cb14ee Bug fix: 22 years ago
unknown 10ab9f273a Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrm 23 years ago
unknown afc8396919 BINARY collations for every character set 23 years ago
unknown 5aae66c101 CHARSET_INFO structure reorganization for easier maintainance 23 years ago
unknown 9b92f5858a Variables were rename, binary collation names were added 23 years ago
unknown f72611b4fa After merge fixes 23 years ago
unknown f390da2270 All collation names are now fit into convension 23 years ago
unknown 158b54873a mbcharlen() is now used instead of ismbhead(). The last one has been removed. 23 years ago
unknown 640f31bdc8 my_strncasecmp() is not used anymore. Use my_strncoll() instead. 23 years ago
unknown db628b97a5 Some optimization in CHARSET_INFO: 23 years ago
unknown aeb47edbbc Every charset now have its own parser state arrays 23 years ago
unknown a6597812a8 New fields in CHARSET_INFO structure to optimize searching for 23 years ago
unknown 953e27208b New functions in CHARSET_INFO structure 23 years ago