An error occurred fetching the project authors.
- 16 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 15 Jun, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 08 Jun, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
(Bug #4035 GROUP_CONCAT with HAVING clause truncates field Bug #4057 LEFT() function in HAVING clause truncates query result).
-
- 18 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 17 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 04 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 27 Feb, 2004 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
UUID() function
-
- 11 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
CONVERT3 was removed, it was for test purposes, and rather harmful.
-
- 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
-
- 30 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Here i added Item_*::cleanup() functions, removed a lot of ~Item_*'s, added code to restore order_list and group_list
-
- 04 Dec, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 30 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
-
- 12 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
(SCRUM) (WL#1274)
-
- 21 Aug, 2003 2 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
moved them all from different places to item_strfunc.{h,cc} checksum table command Com_xxx status variables updated
-
- 05 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 15 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 07 Jul, 2003 1 commit
-
-
kostja@oak.local authored
--old-passwords Support for option --old-protocol was removed. Some test performed. Tests for SSL and replication are pending. More strict following to specification for --old-passwords is in the TODO.
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 02 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed dependence of items from reduced subquery (SCRUM)
-
- 01 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
removed outer resolving flag (because of movingtransformation after fix_fields)
-
kostja@oak.local authored
First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1) For now following tasks have been done: - PASSWORD() function was rewritten. PASSWORD() now returns SHA1 hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; - password.c: new functions were implemented, old rolled back to 4.0 state - server code was rewritten to use new authorization algorithm (check_user(), change user, and other stuff in sql/sql_parse.cc) - client code was rewritten to use new authorization algorithm (mysql_real_connect, myslq_authenticate in sql-common/client.c) - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc) - mysqladmin.c was fixed to work correctly with new passwords Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed; mysqladmin also was tested. Additional check are nevertheless necessary.
-
- 25 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
now process arguments according to standard SQL collation determation rules.
-
- 24 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
It's a combination of collation and its derivation (precedence order)
-
- 19 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
BIN OCT CONV HEX CHAR FORMAT REPLACE
-
- 10 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
LOAD_FILE() tests
-
bar@bar.mysql.r18.ru authored
repeat, reverse, quote, soundex, substring Test func_str has been extended to check them
-
- 03 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
LTRIM, RTRIM and TRIM now work fine with ucs2
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
USER(), DATABASE() and VERSION() return in utf8 now
-
- 22 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 10 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 03 Apr, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 28 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
#195
-
- 21 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 19 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 18 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
-
- 04 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
is now synonim for SELECT expr COLLATE <expr_charset>_bin
-