You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-13 23:02:14 +03:00
MCOL-830 Allow cross engine to work with UTF8
UTF8 characters just showed as question marks. This patch makes them retrieve correctly.
This commit is contained in:
@@ -103,7 +103,13 @@ int DrizzleMySQL::init(const char* h, unsigned int p, const char* u, const char*
|
||||
{
|
||||
ret = drizzle_con_connect(fDrzcp);
|
||||
if (ret != 0)
|
||||
{
|
||||
fErrStr = "fatal error in drizzle_con_connect()";
|
||||
}
|
||||
else
|
||||
{
|
||||
drizzle_query_str(fDrzcp, NULL, "SET NAMES UTF8;", NULL);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user