diff options
author | unknown <jimw@mysql.com> | 2005-07-19 16:32:38 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-07-19 16:32:38 -0700 |
commit | ccc3052d1789e04e9914b3fad24213d0655eb10f (patch) | |
tree | a4e8ace7736a07b964138a8bd862465dceb15235 /sql/field_conv.cc | |
parent | e9c64ae296457b04bd68945c5de12c369de71b8b (diff) | |
download | mariadb-git-ccc3052d1789e04e9914b3fad24213d0655eb10f.tar.gz |
Cleanups after merge from 4.1.
mysql-test/r/ps_1general.result:
Update results
mysql-test/r/ps_2myisam.result:
Update results
mysql-test/r/ps_3innodb.result:
Update results
mysql-test/r/ps_4heap.result:
Update results
mysql-test/r/ps_5merge.result:
Update results
mysql-test/r/ps_6bdb.result:
Update results
mysql-test/r/ps_7ndb.result:
Update results
mysql-test/r/select.result:
Update results
mysql-test/t/disabled.def:
Disable ndb_condition_pushdown test
mysql-test/t/select.test:
Fix bad merge
sql/field_conv.cc:
Update name of warning message
sql/mysqld.cc:
Set proper thd->killed
tests/mysql_client_test.c:
Update test cases, change verify_prepared_field() help function
so it is passed the filename and line from where it is called
and includes that in the error message.
Diffstat (limited to 'sql/field_conv.cc')
-rw-r--r-- | sql/field_conv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field_conv.cc b/sql/field_conv.cc index c46e1c08c8b..fc7347ef9af 100644 --- a/sql/field_conv.cc +++ b/sql/field_conv.cc @@ -339,7 +339,7 @@ static void do_cut_string(Copy_field *copy) MY_SEQ_SPACES) < copy->from_length - copy->to_length) { copy->to_field->set_warning(MYSQL_ERROR::WARN_LEVEL_WARN, - ER_WARN_DATA_TRUNCATED, 1); + WARN_DATA_TRUNCATED, 1); } } |