mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Support for character set conversion in binary protocol: another go
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
This commit is contained in:
@ -299,4 +299,7 @@ public:
|
||||
return FALSE;
|
||||
}
|
||||
void print(String *print);
|
||||
|
||||
/* Swap two string objects. Efficient way to exchange data without memcpy. */
|
||||
void swap(String &s);
|
||||
};
|
||||
|
Reference in New Issue
Block a user