1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge from 5.1.

This commit is contained in:
unknown
2012-08-24 12:32:46 +02:00
42 changed files with 1144 additions and 450 deletions

View File

@ -426,6 +426,7 @@ public:
return FALSE;
}
void print(String *print);
void append_for_single_quote(const char *st, uint len);
/* Swap two string objects. Efficient way to exchange data without memcpy. */
void swap(String &s);