| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into mishka.local:/home/my/mysql-4.1
|
| |
| |
| |
| |
| | |
Changed assembler functions to not access global variables or variables in text segement
Added wrapper function in C to longlong2str() to pass _dig_vec_upper as an argument
|
|/
|
|
| |
FULLTEXT non-functional for big5 strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ctype-cp932.c:
ctype-gbk.c:
ctype-mb.c:
ctype-simple.c:
ctype-sjis.c:
ctype-ucs2.c:
ctype-ujis.c:
ctype-utf8.c:
Adding explicit cast to return type
in pointer substructions to avoid
warnings from some compilers.
|
|
|
|
|
|
|
|
|
| |
Bug #11987
mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1"
Allow to store and retrieve even unassigned GBK codes.
Like we did in Big5 earlier.
have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test:
new file
|
|\
| |
| |
| | |
into mysql.com:/usr/home/bar/mysql-4.1.b11754
|
| |
| |
| |
| |
| |
| | |
added test case
ctype-utf8.c:
bug#11754: SET NAMES utf8 followed by SELECT "A\\" LIKE "A\\" returns 0
|
| |
| |
| |
| |
| | |
removing extra empty line
,
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Index.xml:
Fixing latin1 comment:
it is actually cp1252, not iso-8859-1
ctype_latin1.result:
changeing test results accordingly.
ctype-latin1.c:
Fixed to- and from-Unicode conversion maps
for better Unicode round trip of undefined
characters.
|
| |
| |
| |
| |
| | |
After backporting from 5.0 fix.
There is no an extra argument in 4.1.
|
|/
|
|
|
|
|
|
|
|
| |
New BitKeeper file ``mysql-test/include/ctype_innodb_like.inc''
Many files:
bug#11650: LIKE pattern matching using prefix index doesn't return correct result
min and max values were too long in the case of prefix key.
Fix my_like_range functions not to exceed prefix length.
ctype_innodb_like.inc:
new file
|
|
|
|
|
| |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixing tests accordingly.
ctype-ucs2.c:
The same fix for UCS2.
ctype-utf8.c:
Bug #9557
MyISAM utf8 table crash
The problem was that my_strnncollsp_xxx could
return big value in the range 0..0xffff.
for some constant pairs it could return 32738,
which is defined as MI_FOUND_WRONG_KEY in
myisamdef.h. As a result, table considered to
be crashed.
Fix to return -1,0 or 1.
|
|
|
|
|
|
|
| |
Adding test.
ctype-win1250ch.c:
Bug #9759 Empty result with 'LIKE' and cp1250_czech_cs
Wrong min_sort_char fix.
|
|
|
|
|
|
| |
This cset is to roll out the cset applied earlier from Ingo.
This bug has been fixed with a different cset.
|
|
|
|
| |
This patch was submitted by Ingo and it appears to work correctly.
|
| |
|
|
|
|
|
|
| |
additional fix for bug@10493, for sjis
ctype-cp932.c:
additional fix for bug#10493, for cp932
|
|
|
|
| |
substr fix
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
return error. We'll use it for better warnign reporting.
|
|/
|
|
|
|
|
|
|
| |
fixing test results accordingly.
ctype-uca.c:
It appeared that in traditional Spanish collation
'RR' is not equal to 'R', as Unicode and Mimer state.
We'll go Oracle and IBM way instead:
No special rules to 'RR'.
|
| |
|
|
|
|
| |
Safer and mode readable way.
|
|
|
|
| |
More readable and safer way.
|
|
|
|
|
|
| |
Not active by default.
One need to pass -DHAVE_CYBOZU_COLLATION to
activate it.
|
| |
|
|
|
|
|
| |
Secondary weight out of bounds was picked up in mistake when
the string is empty, instead of returning 0.
|
|\ |
|
| |
| |
| |
| | |
(No really critical errors found, but a few possible wrong results)
|
|/
|
|
|
|
| |
collation. max_sort_char is needed by
my_like_range_simple to produce upper bound constants for LIKE "str_%" and similar expressions.
|
|
|
|
|
|
|
| |
Change string->float conversion to delay division as long as possible.
This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740)
|
|
|
|
| |
Bugs: #8385: utf8_general_ci treats cyrillic letters I and SHORT I as the same
|
| |
|
| |
|
|
|
|
| |
(Bug #7788 "Table is full" occurs during a multitable update")
|
|
|
|
| |
of strings of unequal length. (Bug #8134)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Allow to insert not-assigned UJIS codes.
|
|
|
|
| |
Check UCS2 trailing spaces.
|
| |
|
|
|
|
|
| |
Use less wide spaces on the primary level,
to avoid big diff for ctype-uca.c.
|