diff options
Diffstat (limited to 'mg_db.c')
-rw-r--r-- | mg_db.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,8 @@ mgDb::Connect () m_database_found = Create(); } } + if (m_database_found) + m_database_found = SetCharset(); return m_database_found; } |