Index: branches/release-33/lib/MT/ObjectDriver/Driver/DBD/mysql.pm
===================================================================
--- branches/release-33/lib/MT/ObjectDriver/Driver/DBD/mysql.pm (revision 1174)
+++ branches/release-33/lib/MT/ObjectDriver/Driver/DBD/mysql.pm (revision 1769)
@@ -77,5 +77,4 @@
                 # 'SET NAMES' command, so it's safe to SET NAMES in the future.
                 $cfg->SQLSetNames(1, 1);
-                $cfg->save_config;
             }
         } else {
@@ -83,5 +82,4 @@
             # assign SQLSetNames to 0 to prevent further errors.
             $cfg->SQLSetNames(0, 1);
-            $cfg->save_config;
             return 0;
         }
Index: branches/release-33/lib/MT/ObjectDriver/Driver/DBD/Pg.pm
===================================================================
--- branches/release-33/lib/MT/ObjectDriver/Driver/DBD/Pg.pm (revision 1174)
+++ branches/release-33/lib/MT/ObjectDriver/Driver/DBD/Pg.pm (revision 1769)
@@ -107,8 +107,7 @@
         local $@;
         if (!$dbh->do("SET NAMES '" . $c . "'")) {
-            # 'set names' command isn't working for this verison of mysql,
+            # 'set names' command isn't working for this verison of PostgreSQL,
             # assign SQLSetNames to 0 to prevent further errors.
             $cfg->SQLSetNames(0, 1);
-            $cfg->save_config;
             return 0;
         } else {
@@ -117,5 +116,4 @@
                 # 'SET NAMES' command, so it's safe to SET NAMES in the future.
                 $cfg->SQLSetNames(1, 1);
-                $cfg->save_config;
             }
         }
