List:Commits« Previous MessageNext Message »
From:igor Date:May 28 2007 5:14am
Subject:bk commit into 5.0 tree (igor:1.2503)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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, 2007-05-27 20:14:50-07:00, igor@stripped +1 -0
  Post-merge fix.

  sql/sql_table.cc@stripped, 2007-05-27 20:14:46-07:00, igor@stripped +2 -1
    Post-merge fix.

# 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:	igor
# Host:	olga.mysql.com
# Root:	/home/igor/mysql-5.0-opt

--- 1.345/sql/sql_table.cc	2007-05-27 20:14:57 -07:00
+++ 1.346/sql/sql_table.cc	2007-05-27 20:14:57 -07:00
@@ -4054,7 +4054,8 @@
     }
     bool save_abort_on_warning= thd->abort_on_warning;
     thd->abort_on_warning= TRUE;
-    make_truncated_value_warning(thd, f_val, strlength(f_val), t_type,
+    make_truncated_value_warning(thd, MYSQL_ERROR::WARN_LEVEL_ERROR,
+                                 f_val, strlength(f_val), t_type,
                                  new_datetime_field->field_name);
     thd->abort_on_warning= save_abort_on_warning;
   }
Thread
bk commit into 5.0 tree (igor:1.2503)igor28 May