An error occurred fetching the project authors.
- 15 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
WL#1163 (Making spatial code optional) Pack of changes to do in sql/ code.
-
- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
- 18 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
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.
-
- 31 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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)
-
- 20 Oct, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 21 Aug, 2003 2 commits
-
-
serg@serg.mylan authored
moved them all from different places to item_strfunc.{h,cc} checksum table command Com_xxx status variables updated
-
bar@bar.mysql.r18.ru authored
-
- 08 Jul, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 06 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 04 Jul, 2003 1 commit
-
-
kostja@oak.local authored
OLD_PASSWORD made a keyword to allow set password=old_password('abc') constructions.
-
- 24 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
It's a combination of collation and its derivation (precedence order)
-
- 23 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 20 Jun, 2003 2 commits
-
-
ram@mysql.r18.ru authored
-
ram@mysql.r18.ru authored
Renamed as_text().
-
- 03 Jun, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
LTRIM, RTRIM and TRIM now work fine with ucs2
-
bar@bar.mysql.r18.ru authored
Some default_charset_info were removed
-
- 28 May, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
-
- 22 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 13 May, 2003 1 commit
-
-
guilhem@mysql.com authored
new test for this.
-
- 28 Apr, 2003 1 commit
-
-
serg@serg.mylan authored
CURRENT_USER() and "access denied" error messages now report hostname exactly as it was specified in the GRANT command (with wildcards, that is)
-
- 22 Apr, 2003 1 commit
-
-
vva@eagle.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
-
- 19 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
comparison" table, "SQL Complete, Really", page 162
-
- 18 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
-
- 14 Mar, 2003 1 commit
-
-
hf@genie.(none) authored
IS_USED_LOCK('lock') implementation
-
- 28 Feb, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Coercibility, initial stage item_func.h: Coercibility, initial stage
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Don't define crc32 if we are not linking with gzip
-
- 07 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Don't make OLD_PASSWORD() a reserved word
-
- 28 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
merging with switching on static tables optimization (SCRUM) fixed subselects with uncacheable results added test for fixed bugs from bugreports
-
- 27 Jan, 2003 1 commit
-
-
serg@serg.mysql.com authored
and VERSION() to be uppercase in e.g. "select pi()"
-
- 25 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed comparision of log-binary name to handle comparison when file name extension wraps from .999 to .1000 Don't replicate CREATE/DROP DATABASE if wild_xxx_table=database.% is used.
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Removed mysql_warnings() API function. Post merge fixes.
-
- 26 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-