diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-11-20 17:18:37 +0300 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-11-20 17:18:37 +0300 |
commit | d51a4fae328044f6b796ad8405dbb0dc3c653762 (patch) | |
tree | 126efa7bce0c3c70a1d3c3cb0099c6615f951e39 /client/sql_string.h | |
parent | ca595821498d6a547fa1780df86cdf127b0019b3 (diff) | |
parent | ecb6228c623cc2b239bf297e107225eaa4455d19 (diff) | |
download | mariadb-git-d51a4fae328044f6b796ad8405dbb0dc3c653762.tar.gz |
Merge with next-mr
Diffstat (limited to 'client/sql_string.h')
-rw-r--r-- | client/sql_string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/sql_string.h b/client/sql_string.h index 0e6d6da4476..1a3ac5d33c5 100644 --- a/client/sql_string.h +++ b/client/sql_string.h @@ -22,10 +22,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); |