mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
SAPDB date/time finctions
mysql-test/r/cast.result: Changes for SAPDB date/time finctions
This commit is contained in:
@ -189,6 +189,8 @@ public:
|
||||
bool append(const char *s,uint32 arg_length=0);
|
||||
bool append(const char *s,uint32 arg_length, CHARSET_INFO *cs);
|
||||
bool append(IO_CACHE* file, uint32 arg_length);
|
||||
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
|
||||
|
Reference in New Issue
Block a user