An error occurred fetching the project authors.
- 06 Dec, 2005 1 commit
-
-
bar@mysql.com authored
field.cc: Adding longlong range checking to return LONGLONG_MIN or LONGLONG_MAX when out of range. Using (longlong) cast only when range is ok. cast.test: Adding test case. cast.result: Fixing results accordingly.
-
- 25 Sep, 2005 1 commit
-
-
monty@mysql.com authored
-
- 22 Sep, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 29 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
-
- 30 Dec, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
When we cast datetime value to DATE (TIME) type we should throw away its time (date) part. This was not done properly if CAST() function was used in datetime expressions.
-
- 07 Sep, 2004 1 commit
-
-
bar@mysql.com authored
-
- 13 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
BINARY(N) and VARBIBARY(N) 2. More 4.0 compatibility and more BINARY keyword consistency: 2a. CREATE TABLE a (a CHAR(N) BINARY) is now synonym for CREATE TABLE a (a CHAR(N) COLLATE xxxx_bin) 2b. SELECT BINARY x is still synonin for SELECT x COLLATE xxxxx_bin.
-
- 11 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
CONVERT3 was removed, it was for test purposes, and rather harmful.
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 22 Jan, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
CONVERT(expr, expr, expr);
-
- 25 Dec, 2003 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 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)
-
- 21 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 08 Jul, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 30 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
character_set_results is now the same with character_set_client by default
-
- 28 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT CAST(_latin1'string' AS CHAR CHARACTER SET latin2)
-
- 28 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
#195
-
- 27 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Fixing UNION's popping up in slow query log
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 24 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR.
-