monty@mashka.mysql.fi
|
10c4acfb4f
|
merge
|
2003-08-19 00:10:21 +03:00 |
|
monty@mashka.mysql.fi
|
4f7512160b
|
After merge fixes
Use server character set if --default-character-set is not used
Added convert_string() for more efficient alloc+character-set convert of strings
|
2003-08-19 00:08:08 +03:00 |
|
bar@bar.mysql.r18.ru
|
762ca8b6f8
|
Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrm
|
2003-08-18 17:24:50 +05:00 |
|
bar@bar.mysql.r18.ru
|
78c7d40986
|
BINARY collations for every character set
|
2003-05-23 18:39:55 +05:00 |
|
bar@bar.mysql.r18.ru
|
8192d169a2
|
CHARSET_INFO structure reorganization for easier maintainance
|
2003-05-23 17:45:52 +05:00 |
|
bar@bar.mysql.r18.ru
|
2b1e1f6494
|
Variables were rename, binary collation names were added
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
|
2003-05-22 17:20:19 +05:00 |
|
bar@bar.mysql.r18.ru
|
83cbc2838a
|
Some collation have been renamed to fit into convension
|
2003-04-01 18:54:01 +05:00 |
|
bar@bar.mysql.r18.ru
|
ca1a736296
|
mbcharlen() is now used instead of ismbhead(). The last one has been removed.
|
2003-04-01 15:52:09 +05:00 |
|
bar@bar.mysql.r18.ru
|
0002beb7a4
|
my_strncasecmp() is not used anymore. Use my_strncoll() instead.
|
2003-04-01 14:17:28 +05:00 |
|
bar@bar.mysql.r18.ru
|
5b50426f8f
|
Some optimization in CHARSET_INFO:
We don't need separate hash_sort() and hash_caseup()
We don't need tosort(). strnxfrm will do the same.
|
2003-04-01 12:45:16 +05:00 |
|
bar@bar.mysql.r18.ru
|
4e06f1f5bd
|
German Phone book collation is always compiled
Some collation names have been renamed
|
2003-03-26 13:27:19 +04:00 |
|
bar@bar.mysql.r18.ru
|
b009386fa4
|
Every charset now have its own parser state arrays
|
2003-03-14 18:08:12 +04:00 |
|
bar@bar.mysql.r18.ru
|
f5d6b4952f
|
New fields in CHARSET_INFO structure to optimize searching for
binary and primary collations in the future
|
2003-03-05 16:43:10 +04:00 |
|
bar@bar.mysql.r18.ru
|
24be8669a0
|
New functions in CHARSET_INFO structure
|
2003-01-31 16:22:22 +04:00 |
|
bar@bar.mysql.r18.ru
|
52c053ca9b
|
New CHARSET_INFO function to compare strings regardless to trailing spaces
|
2003-01-31 13:48:35 +04:00 |
|
bar@bar.mysql.r18.ru
|
0420f6914e
|
Optimization of unicode conversion
|
2003-01-30 10:47:15 +04:00 |
|
bar@bar.mysql.r18.ru
|
735399a850
|
Move latin1 into a separarte file
|
2003-01-29 17:31:20 +04:00 |
|