diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 10:55:41 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-11 10:55:41 +0000 |
commit | 096edd7f488b1250e9d6dc9e3b0cea0c0a3e4d3d (patch) | |
tree | 840fe1bec4e5d39bb49ef484ba392abef9a60a7e /mg_db_gd_mysql.h | |
parent | a1d991fff4a0c2a9a829a6fc523c75eba5362c2d (diff) | |
download | vdr-plugin-muggle-096edd7f488b1250e9d6dc9e3b0cea0c0a3e4d3d.tar.gz vdr-plugin-muggle-096edd7f488b1250e9d6dc9e3b0cea0c0a3e4d3d.tar.bz2 |
set the database charset not only when creating database but for every client connection
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1020 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_db_gd_mysql.h')
-rw-r--r-- | mg_db_gd_mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_db_gd_mysql.h b/mg_db_gd_mysql.h index 803320d..2379222 100644 --- a/mg_db_gd_mysql.h +++ b/mg_db_gd_mysql.h @@ -27,6 +27,7 @@ class mgDbGd : public mgDb { bool ServerConnect(); bool ConnectDatabase(); bool Create(); + bool SetCharset(); int AddToCollection( const string Name,const vector<mgItem*>&items,mgParts* what); int RemoveFromCollection( const string Name,const vector<mgItem*>&items,mgParts* what); |