64 Commits (f87816b450055e9815ced19d47a224bc58e9bfcc)

Author SHA1 Message Date
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 2347325117 Bug#19741 segfault with cp1250 charset + like + primary key + 64bit os 20 years ago
unknown cabb72f27f Bug#13347: empty result from query with like and cp1250 charset 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) 21 years ago
unknown 936b9319b8 ctype_cp1250_ch.result, ctype_cp1250_ch.test: 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 d6c9c19412 Bug#8840 Empty string comparison and character set 'cp1250' 21 years ago
unknown 9bb464487d CSC#4385: slow sorting for UTF8 large table: 21 years ago
unknown 9842aca3ef bug#7284: strnxfrm returns different results for equal strings 21 years ago
unknown 2e8d13c73e After merge fixes 21 years ago
unknown a8ea31fae6 Add support for up to VARCHAR (size up to 65535) 21 years ago
unknown 6d6b38c27f Bug #6737: REGEXP gives wrong result with case sensitive collation: 21 years ago
unknown f573ee0887 Unicode collation algorithm: contraction support. 22 years ago
unknown 5275eb21c2 Allocate memory when a character set is requested: 22 years ago
unknown 1e24da548b bug#3964 and related issues: FTB problems with charsets where one byte can match many 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 e3211fbd6a ctype-win1250ch.c, ctype-czech.c: 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 a07e48eca0 After merge fixes 22 years ago
unknown 162f1dc5e6 UCS-2 aligning 0xAA -> 0x00AA 22 years ago
unknown 44bffa0b05 Fixed that multibyte charsets didn't honor multibyte 23 years ago
unknown 9166602342 ctype-win1250ch.c: 23 years ago
unknown af512c8d8c ctype-win1250ch.c: 23 years ago
unknown 720584b0c6 --with-charset was not up to date 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 2c7fdb5d20 Some collation have been renamed to 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
unknown ebcf0d33d2 New CHARSET_INFO function to compare strings regardless to trailing spaces 23 years ago
unknown ee7c5f13fa New "fill" function in charset_info_st structure 23 years ago
unknown 61434bf8e8 Change client_flag to unsigned long (16 -> 32 bits) to handle more options. 23 years ago
unknown 4b75a129fc New scan() function in CHARSET_INFO structure (not used yet) 23 years ago
unknown 93419d23a3 All charsets now have strnxfrm. 23 years ago
unknown 94873871e2 ctype-win1250ch.c: 23 years ago
unknown 782295137b Some changes to separate charset and collation terms 23 years ago
unknown c8a50df16c Preparing for charset dependant int10_to_str 23 years ago
unknown 4b021e6ea9 Preparing to use better string-to-number functions to avoid c_ptr() call, 23 years ago
unknown 5a264eb9a7 move like_range into CHARSET_INFO structure 23 years ago
unknown e7bbe3aa0b New wildcmp() function in CHARSET_INFO structure 23 years ago