]> git.stg.codes - stg.git/commitdiff
Merge branch 'master' into full-month-stats
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 24 Dec 2011 14:12:14 +0000 (16:12 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 24 Dec 2011 14:12:14 +0000 (16:12 +0200)
1  2 
projects/stargazer/plugins/store/postgresql/postgresql_store.h

index 7b3d766086026ee8e5b9d3516671a263d3d4e706,edba035927bac2e9dbdb7c0cd340898bea46ddf5..ebbbb3b8f663923fe98d8d938c9a2b7d7e25eecf
@@@ -37,9 -37,9 +37,9 @@@
  
  #include "stg/store.h"
  
 -// Minimal DB version is 5
 -// Recommended DB version is 6 (support FreeMb logging on disconnects)
 -#define DB_MIN_VERSION 5
 +// Minimal DB version is 7
 +// Recommended DB version is 7 (support full month stats)
 +#define DB_MIN_VERSION 7
  
  extern "C" STORE * GetStore();
  
@@@ -121,6 -121,9 +121,9 @@@ public
      inline const string & GetStrError() const { return strError; };
      inline const string & GetVersion() const { return versionString; };
  private:
+     POSTGRESQL_STORE(const POSTGRESQL_STORE & rvalue);
+     POSTGRESQL_STORE & operator=(const POSTGRESQL_STORE & rvalue);
      int StartTransaction() const;
      int CommitTransaction() const;
      int RollbackTransaction() const;