From f06cac336ba7a27493fc753d2bf37e87137a1cdc Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 19 May 2011 19:16:17 +0200 Subject: post review changes 2 sql/event_parse_data.cc: don't use "not_used" variable sql/item_timefunc.cc: Item_temporal_func::fix_length_and_dec() and other changes sql/item_timefunc.h: introducing Item_timefunc::fix_length_and_dec() sql/share/errmsg.txt: don't say "column X" in the error message that used not only for columns --- client/sql_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/sql_string.h') diff --git a/client/sql_string.h b/client/sql_string.h index 84fe26a54b9..497151e7b02 100644 --- a/client/sql_string.h +++ b/client/sql_string.h @@ -269,7 +269,7 @@ public: friend int stringcmp(const String *a,const String *b); friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); uint32 numchars(); - int charpos(int i,uint32 offset=0); + int charpos(longlong i,uint32 offset=0); int reserve(uint32 space_needed) { -- cgit v1.2.1