diff options
author | monty@mysql.com <> | 2005-06-06 16:54:56 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-06-06 16:54:56 +0300 |
commit | e43cbebc5912011d6cb62efb02a88e53927068c6 (patch) | |
tree | 2f77bf9a02e499b976579b7fa65823f77843a546 /client | |
parent | db4dc60d5cf86437221f0a09725e231cb97a4933 (diff) | |
parent | 9bbad19dd4c0a10e5c07ae98ba63e37bbd402fa0 (diff) | |
download | mariadb-git-e43cbebc5912011d6cb62efb02a88e53927068c6.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'client')
-rw-r--r-- | client/sql_string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/sql_string.h b/client/sql_string.h index 242b31e7ed6..e284301b214 100644 --- a/client/sql_string.h +++ b/client/sql_string.h @@ -260,8 +260,6 @@ public: } bool fill(uint32 max_length,char fill); void strip_sp(); - inline void caseup() { my_caseup(str_charset,Ptr,str_length); } - inline void casedn() { my_casedn(str_charset,Ptr,str_length); } friend int sortcmp(const String *a,const String *b, CHARSET_INFO *cs); friend int stringcmp(const String *a,const String *b); friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); |