1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

sql_string.h:

Not used code.
  ,
sql_string.cc:
  Not used code.
This commit is contained in:
bar@bar.intranet.mysql.r18.ru
2004-05-25 16:05:33 +05:00
parent 3f8996f88d
commit d0c761e66b
2 changed files with 0 additions and 35 deletions

View File

@ -197,7 +197,6 @@ public:
bool append_with_prefill(const char *s, uint32 arg_length,
uint32 full_length, char fill_char);
int strstr(const String &search,uint32 offset=0); // Returns offset to substring or -1
int strstr_case(const String &s,uint32 offset=0);
int strrstr(const String &search,uint32 offset=0); // Returns offset to substring or -1
bool replace(uint32 offset,uint32 arg_length,const char *to,uint32 length);
bool replace(uint32 offset,uint32 arg_length,const String &to);