mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
sql_string.h:
Not used code. , sql_string.cc: Not used code. sql/sql_string.cc: Not used code. sql/sql_string.h: Not used code. ,
This commit is contained in:
parent
9983aed876
commit
6c09db2747
2 changed files with 0 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue