74 Commits (4045c9b3d30d74e3a75ae58133220523438b2444)

Author SHA1 Message Date
unknown 5c04a99e2a ctype-simple.c: 18 years ago
unknown a464e01713 Bug#15375 Unassigned multibyte codes are broken 20 years ago
unknown c0eae8f0a1 Some fixes to avoid compiler warnings. 20 years ago
unknown 14912660c3 Bug#13046: LIKE pattern matching using prefix 20 years ago
unknown f12ded495c ctype-big5.c: 21 years ago
unknown 55420e9892 ctype_innodb_like.inc: 21 years ago
unknown 5687fe36bf Adding a new parameter for well_formed_length to 21 years ago
unknown 8b8c9452dd Fixed wrong memory references found by purify 21 years ago
unknown cb8d9c3ad4 Backport my_strntod() from 5.0 21 years ago
unknown c53184ebb7 Proper fix for comparision with ' ' 21 years ago
unknown c2383412b2 Fix error in string comparisons with CHAR(31) against the space-padding 21 years ago
unknown 9842aca3ef bug#7284: strnxfrm returns different results for equal strings 21 years ago
unknown cd1cd0df72 Activating the new string->number conversion functions 21 years ago
unknown 1325786818 Incorporating new faster string->number converter functions 21 years ago
unknown 6607b50754 Put Ramil patch to be able push me code (test suite already is included in query_cache.test) 21 years ago
unknown 5e3fa948e2 A fix (Bug #5428 small max_sort_length crash server). 21 years ago
unknown f0fed74629 A new function to meassure terminal screen cells number for a string. 22 years ago
unknown 0ce3a41e71 Bug#5005 collation cp852_bin makes server crash 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 f203bebafc assert.h needed for my_dbug.h now is included in my_dbug.h, where it for 22 years ago
unknown 1e24da548b bug#3964 and related issues: FTB problems with charsets where one byte can match many 22 years ago
unknown f3544f3c5d Portability fixes 22 years ago
unknown 3c46af6cf4 BTREE-indexes in HEAP tables can now be used to optimize ORDER BY 22 years ago
unknown bf4e1d4681 min_sort_char was added, for the future UCA implementation. 22 years ago
unknown 60354533c1 Fix for bug#2972 Problem the the CONV() function 22 years ago
unknown 709356d473 Changed wellformedlen to well_formed_len 22 years ago
unknown a07e48eca0 After merge fixes 22 years ago
unknown 1515c12191 my_atof is deleted 22 years ago
unknown 74b81a8017 Ensure that result from date_format() is binary 22 years ago
unknown faa8a41b1d Problem fix: 22 years ago
unknown f1bfba29d4 just tried to find all 'skipp' and replace it with 'skip'. 22 years ago
unknown 228f4a43a3 FULLTEXT: correct charset support (UTF included, UCS2 - not) 22 years ago
unknown 14573a7191 ctype-simple.c, ctype-mb.c: 22 years ago
unknown 10bb09e498 CHARSET_INFO::instr was extended to return more substring match results: 22 years ago
unknown 44bffa0b05 Fixed that multibyte charsets didn't honor multibyte 22 years ago
unknown 62f2cb14ee Bug fix: 22 years ago
unknown 5aae66c101 CHARSET_INFO structure reorganization for easier maintainance 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 aa08887f7b Fixes to avoid errors from valgrind 23 years ago
unknown 953e27208b New functions in CHARSET_INFO structure 23 years ago
unknown ebcf0d33d2 New CHARSET_INFO function to compare strings regardless to trailing spaces 23 years ago
unknown 708b733ead ctype-simple.c: 23 years ago
unknown ee7c5f13fa New "fill" function in charset_info_st structure 23 years ago
unknown f76a875e61 do not ignore first char, when truncating spaces in str->num conversion. 23 years ago
unknown e7660c64d7 wb_wc and wc_mb now checks length inside 23 years ago
unknown 4655f1d4b4 Changed my_strntoxxx functions to clear error number on start 23 years ago
unknown 4b75a129fc New scan() function in CHARSET_INFO structure (not used yet) 23 years ago
unknown e6c2ca3131 Use always base "10" to remove base guesser in strntoul() implementation 23 years ago