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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/sql_string.h b/client/sql_string.h
index da19c1ccfe5..f134e59e6b2 100644
--- a/client/sql_string.h
+++ b/client/sql_string.h
@@ -19,10 +19,6 @@
#pragma interface /* gcc class implementation */
#endif
-#ifndef NOT_FIXED_DEC
-#define NOT_FIXED_DEC 31
-#endif
-
class String;
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);