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

remove append_escaped(), use String::append_for_single_quote() instead

This commit is contained in:
Sergei Golubchik
2014-03-26 09:41:52 +01:00
parent d0c6a05eb5
commit c73a0638c2
8 changed files with 22 additions and 70 deletions

View File

@ -365,6 +365,4 @@ public:
List<Item> &field_list);
};
bool append_escaped(String *to_str, String *from_str);
#endif /* SQL_ANALYSE_INCLUDED */