Show
Ignore:
Timestamp:
04/04/08 06:08:04 (20 months ago)
Author:
fumiakiy
Message:

Stopped saving something in the database while database driver is being initialized. Let us see if this fixes the occasional "Time to Upgrade!" bug. BugId:58199

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/ObjectDriver/Driver/DBD/mysql.pm

    r1174 r1769  
    7777                # 'SET NAMES' command, so it's safe to SET NAMES in the future. 
    7878                $cfg->SQLSetNames(1, 1); 
    79                 $cfg->save_config; 
    8079            } 
    8180        } else { 
     
    8382            # assign SQLSetNames to 0 to prevent further errors. 
    8483            $cfg->SQLSetNames(0, 1); 
    85             $cfg->save_config; 
    8684            return 0; 
    8785        }