summaryrefslogtreecommitdiff
path: root/client/sql_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/sql_string.h')
-rw-r--r--client/sql_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/sql_string.h b/client/sql_string.h
index 423a9c400b3..6adf8f91fd0 100644
--- a/client/sql_string.h
+++ b/client/sql_string.h
@@ -278,7 +278,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)
{