1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix to support update + bianry logs with prepared statements (Dynamic query)

This commit is contained in:
venu@myvenu.com
2003-04-04 12:33:17 -05:00
parent b5af8d771e
commit 8eeecd9c86
7 changed files with 212 additions and 35 deletions

View File

@@ -186,6 +186,7 @@ public:
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);
inline bool append(char chr)
{