diff options
Diffstat (limited to 'sql/partition_info.cc')
-rw-r--r-- | sql/partition_info.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/partition_info.cc b/sql/partition_info.cc index cbf22d18c87..028afd7899e 100644 --- a/sql/partition_info.cc +++ b/sql/partition_info.cc @@ -1,4 +1,5 @@ -/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +/* + Copyright (c) 2006, 2010, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1356,7 +1357,7 @@ void partition_info::print_no_partition_found(TABLE *table_arg) if (part_expr->null_value) buf_ptr= (char*)"NULL"; else - longlong2str(err_value, buf, + longlong10_to_str(err_value, buf, part_expr->unsigned_flag ? 10 : -10); dbug_tmp_restore_column_map(table_arg->read_set, old_map); } @@ -2088,7 +2089,7 @@ bool partition_info::fix_column_value_functions(THD *thd, { uchar *val_ptr; uint len= field->pack_length(); - ulong save_sql_mode; + ulonglong save_sql_mode; bool save_got_warning; if (!(column_item= get_column_item(column_item, |