An error occurred fetching the project authors.
- 12 Feb, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
Some fields (GEOMETRY first of all) can't be handled properly in this case at all. So we return an error in this case
-
- 09 Nov, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
specifying DEFAULT This was not specific to datetime. When there is no default value for a column, and the user inserted DEFAULT, we would write uninitialized memory to the table. Now, insist on writing a default value, a zero-ish value, the same one that comes from inserting NULL into a not-NULL field. (This is, at best, really strange behavior that comes from allowing sloppy usage, and serves as a good reason always to run one's server in a strict SQL mode.)
-
- 22 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 25 Sep, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 01 Jun, 2005 1 commit
-
-
mronstrom@mysql.com authored
Moved enabling of warnings to ensure that no warnings are generated when this test case is executed on a clone where InnoDB is not activated. This would fail the test case in those clones otherwise.
-
- 25 May, 2005 1 commit
-
-
tulin@mysql.com authored
-