From 4ab5e26d933b240a48d7fe04f51e20a47ce19af5 Mon Sep 17 00:00:00 2001 From: "mikael@dator6.(none)" <> Date: Wed, 13 Jun 2007 17:28:59 +0200 Subject: Disabled ascii-function --- sql/item_func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/item_func.h') diff --git a/sql/item_func.h b/sql/item_func.h index 8b4b66c1410..568effb2f63 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -832,7 +832,6 @@ public: longlong val_int(); const char *func_name() const { return "ascii"; } void fix_length_and_dec() { max_length=3; } - bool check_partition_func_processor(uchar *int_arg) {return FALSE;} }; class Item_func_ord :public Item_int_func -- cgit v1.2.1