Fixed typo
This commit is contained in:
parent
351a6d97df
commit
8620d6628f
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,8 @@ bool MySQLBackend::connect() {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!mysql_set_character_set(&mysql, "utf8")) {
|
||||
LOG4CXX_INFO(logger, "New client character set: " << mysql_character_set_name(&mysql));
|
||||
if (!mysql_set_character_set(&m_conn, "utf8")) {
|
||||
LOG4CXX_INFO(logger, "New client character set: " << mysql_character_set_name(&m_conn));
|
||||
}
|
||||
|
||||
createDatabase();
|
||||
|
|
Loading…
Add table
Reference in a new issue