Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-07 21:02:41+04:00, holyfoot@stripped +1 -0
bug fixed
sql/field.cc@stripped, 2006-11-07 21:02:38+04:00, holyfoot@stripped +1 -1
datatime length is 19, not 12
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/mysql-5.0.clean
--- 1.328/sql/field.cc 2006-11-07 21:02:49 +04:00
+++ 1.329/sql/field.cc 2006-11-07 21:02:49 +04:00
@@ -5639,7 +5639,7 @@ int Field_datetime::store_time(TIME *lti
(MODE_NO_ZERO_IN_DATE | MODE_NO_ZERO_DATE |
MODE_INVALID_DATES))), &error))
{
- char buff[12];
+ char buff[19];
String str(buff, sizeof(buff), &my_charset_latin1);
make_datetime((DATE_TIME_FORMAT *) 0, ltime, &str);
set_datetime_warning(MYSQL_ERROR::WARN_LEVEL_WARN, WARN_DATA_TRUNCATED,
| Thread |
|---|
| • bk commit into 5.0 tree (holyfoot:1.2298) | holyfoot | 7 Nov |