summaryrefslogtreecommitdiff
path: root/mysys/my_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_handler.c')
-rw-r--r--mysys/my_handler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_handler.c b/mysys/my_handler.c
index 8daa9af39a9..2cbe65bebba 100644
--- a/mysys/my_handler.c
+++ b/mysys/my_handler.c
@@ -22,8 +22,6 @@
#include <my_sys.h>
#include "my_handler_errors.h"
-#define CMP_NUM(a,b) (((a) < (b)) ? -1 : ((a) == (b)) ? 0 : 1)
-
int ha_compare_text(CHARSET_INFO *charset_info, const uchar *a, uint a_length,
const uchar *b, uint b_length, my_bool part_key,
my_bool skip_end_space)