From 2b5f744ca48113207e97fd335acd68a61bb5b8a4 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Thu, 26 Aug 2010 16:20:27 +0300 Subject: Fixed compiler warnings sql/item.h: Fixed wrong declaration storage/sphinx/ha_sphinx.h: Fixed arguments to read_time() storage/sphinx/snippets_udf.cc: Include mysql headerfile first to avoid compiler warnings --- sql/item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/item.h b/sql/item.h index ec98ed44229..94a25d7eaea 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1887,7 +1887,7 @@ public: { return (uint)(max_length - test(value < 0)); } bool eq(const Item *, bool binary_cmp) const; bool check_partition_func_processor(uchar *bool_arg) { return FALSE;} - bool check_vcol_func_processor(uchar arg) { return FALSE;} + bool check_vcol_func_processor(uchar *arg) { return FALSE;} }; -- cgit v1.2.1