An error occurred fetching the project authors.
- 30 May, 2007 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
-
- 18 May, 2007 1 commit
-
-
serg@sergbook.mysql.com authored
-
- 10 Apr, 2007 1 commit
-
-
gluh@mysql.com/eagle.(none) authored
issue an error in strict mode if enum|set column has duplicates members in 'create table'
-
- 29 Mar, 2007 1 commit
-
-
#27176: Assigning a string to an year column has unexpected results #26359: Strings becoming truncated and converted to numbers under STRICT mode Problems: 1. storing a string to an integer field we don't check if strntoull10rnd() returns MY_ERRNO_EDOM error. Fix: check for MY_ERRNO_EDOM. 2. storing a string to an year field we use my_strntol() function. Fix: use strntoull10rnd() instead.
-
- 08 Feb, 2007 1 commit
-
-
Reverted fix for 19370 DateTime datatype in MySQL has two bugs in it as it's not a bug.
-
- 21 Dec, 2006 1 commit
-
-
During optimization we replace NULL with 0 for not null date{time} fields, so uset MODE_NO_ZERO_DATE flag for a while as we don't want to give extra warnings.
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 20 Jul, 2006 1 commit
-
-
The problem was that when converting a string to an exact number, rounding didn't work, because conversion didn't understand approximate numbers notation. Fix: a new function for string-to-number conversion was implemented, which is aware of approxinate number notation (with decimal point and exponent, e.g. -19.55e-1)
-
- 12 Jul, 2006 1 commit
-
-
- 29 Jun, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
Table comment: issue a warning(error in traditional mode) if length of comment > 60 symbols Column comment: issue a warning(error in traditional mode) if length of comment > 255 symbols Table 'comment' is changed from char* to LEX_STRING
-
- 23 May, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
transfer NO_DEFAULT_VALUE_FLAG flag to new field
-
- 13 Sep, 2005 1 commit
-
-
monty@mishka.mysql.fi authored
Added flag to Field::store(longlong) to specify if value is unsigned. This fixes bug #12750: Incorrect storage of 9999999999999999999 in DECIMAL(19, 0) Fixed warning from valgrind in CREATE ... SELECT Fixed double free of mysql.options if reconnect failed
-
- 01 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 26 Jul, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 25 Jul, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 18 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
NO_ZERO_IN_DATE, and INVALID_DATES bits of SQL_MODE. (Bug #5906)
-
- 15 Jul, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 13 May, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 12 May, 2005 1 commit
-
-
ramil@mysql.com authored
select, gis & gis-tree tests fails at the moment, but I will push this CS because it was tested before and I'm absolutely sure it's right.
-
- 05 Apr, 2005 1 commit
-
-
pem@mysql.comhem.se authored
... make the handler catch too.
-
- 04 Apr, 2005 2 commits
-
-
monty@mysql.com authored
Now one gets an error if one tries to insert an invalid value via a stored procedure in STRICT mode. (Bug #5907)
-
monty@mysql.com authored
Fix that mysql.proc works with new VARCHAR fields Give warnings for wrong zero dates
-
- 01 Apr, 2005 1 commit
-
-
monty@mysql.com authored
CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912) ALTER TABLE now fails in STRICT mode if it generates warnings. Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
-
- 30 Mar, 2005 2 commits
-
-
monty@mysql.com authored
Fixed that datetime gives warning for zero dates in traditional mode
-
monty@mysql.com authored
Small fixes while doing review of new pushed code More test cases for decimal
-
- 10 Mar, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 22 Feb, 2005 1 commit
-
-
monty@mysql.com authored
-
- 16 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 14 Feb, 2005 1 commit
-
-
mleich@mysql.com authored
-
- 08 Feb, 2005 2 commits
-
-
hf@deer.(none) authored
-
mleich@mysql.com authored
functionality into the test case "strict". The additional sub test cases are part of the SoW6 test draft (sow6-dates.test) written by Trudy/PeterG. sow6-dates will be no longer needed, because "strict" contains with this extension all sub test cases of sow6-dates.
-
- 19 Jan, 2005 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 15 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 14 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
DEFAULT (with no argument) or to the field's type's default by not being listed in the list of fields being inserted. (Bug #5986)
-
- 11 Jan, 2005 1 commit
-
-
bar@mysql.com authored
Clean-up for the previous change: VARCHAR and trailing spaces.
-
- 03 Jan, 2005 1 commit
-
-
monty@mysql.com authored
This fixed a bug in prepared statements when used with outher joins Fixed a bug in SUM(DISTINCT) when used with prepared statements. Some safety fixes in test scripts to ensure that previous test failures shouldn't affect other tests
-
- 06 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors Added support for VARCHAR KEYS to heap Removed support for ISAM Now only long VARCHAR columns are changed to TEXT on demand (not CHAR) Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
-
- 26 Nov, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
on 64-bit platforms (due to compiler's optimization). -1.1E-38 replaced with -1.1E-37 -2.2E-308 replaced with -2.2E-307
-
- 20 Oct, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 07 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Portability fix (Got different results for double -> longlong when compiling with full optimization)
-