An error occurred fetching the project authors.
- 13 Oct, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 21 Sep, 2005 1 commit
-
-
bar@mysql.com authored
index doesn't return correct result item_cmpfunc.cc: Use charset of LIKE to decide whether to use 8bit or Unicode "escape" value. But use charset of "escape" to scan escape character. strings/ctype-xxx.c: We cannot reduce "end" pointer using charpos(), because of possible escape characters in the string. Limit the loop using count of written characters instead. ctype_like_escape.inc: new file mysql-test/t/ctype_xxx: mysql-test/r/ctype_xxx: Adding test case.
-
- 17 Aug, 2005 1 commit
-
-
elliot@mysql.com authored
In cp932, '\' character can be the second byte in a multi-byte character stream. This makes it difficult to use mysql_escape_string. Added flag to indicate which languages allow '\' as second byte of multibyte sequence so that when putting a prepared statement into the binlog we can decide at runtime whether hex encoding is really needed.
-
- 01 Feb, 2005 1 commit
-
-
monty@mysql.com authored
(Bug #7788 "Table is full" occurs during a multitable update")
-
- 13 Jan, 2005 1 commit
-
-
bar@mysql.com authored
-
- 16 Nov, 2004 1 commit
-
-
bar@mysql.com authored
Space allocated didn't take in account trailing '\0' bytes.
-
- 15 Nov, 2004 1 commit
-
-
bar@mysql.com authored
The bug was that the function allocates 'a', then changes the value of 'a' with the operator ++, and then tries to free 'a'!
-
- 25 Sep, 2004 1 commit
-
-
bar@noter.intranet.mysql.r18.ru authored
into MY_CHARSET_INFO structure.
-
- 25 Aug, 2004 1 commit
-
-
bar@mysql.com authored
-
- 18 Aug, 2004 1 commit
-
-
bar@mysql.com authored
LIKE crashed mysqld for binary collations in some cases
-
- 12 Jun, 2004 1 commit
-
-
bar@mysql.com authored
E.g. 'Ch' is treated as a separate letter in Czech, not as a combination of C+h.
-
- 11 Jun, 2004 1 commit
-
-
bar@mysql.com authored
- For simple character sets: from_uni convertion table. - For UCA: alternative weight arrays. Use mbminlen instead of MY_CS_NONTEXT
-
- 10 Jun, 2004 2 commits
-
-
serg@serg.mylan authored
correct prefix compare with my_strnncoll
-
bar@mysql.com authored
-
- 08 Jun, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 03 Jun, 2004 1 commit
-
-
paul@kite-hub.kitebird.com authored
(Note: This affects only comments, not variable names.)
-
- 25 May, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
weights data now comes from a static variables but from the charset structure.
-
- 24 May, 2004 1 commit
-
-
monty@mysql.com authored
Remove compiler warnings Update windows project files
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
-
- 29 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 25 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files Compare strings with space extend instead of space strip. Now the following comparisons holds: "a" == "a " and "a\t" < "a". (Bug #3152). Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
-
- 19 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
UCS2 now has its own my_like_range function.
-
- 16 Feb, 2004 2 commits
-
-
monty@mysql.com authored
Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 06 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
-
- 04 Feb, 2004 1 commit
-
-
monty@mysql.com authored
-
- 03 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 19 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 25 Dec, 2003 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
TIS620 to Unicode and Unicode to TIS620 conversion check.
-
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Portability fixes After merge fixes
-
- 20 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
code cleanup
-
- 19 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
sequence boundaries in functions LIKE and LOCATE in the case of "binary" collation. Comparison was done like if the strings were just a binary strings without character set assumption.
-
- 16 Sep, 2003 1 commit
-
-
- 12 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Remove sel000xxxx tests After merge fixes
-
- 21 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 18 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 23 May, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 22 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
-