Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77663
b: "refs/heads/CMSSW_7_1_X"
c: 0a9dd7d
h: "refs/heads/CMSSW_7_1_X"
i:
  77661: 1dc8e41
  77659: 90c2413
  77655: 76f55d1
  77647: e9184b9
  77631: aba770f
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 11, 2009
1 parent f4a9b3b commit 1a226bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 40467d2769132a8126866eebe78256785518619e
"refs/heads/CMSSW_7_1_X": 0a9dd7d56053c9fc68932e234ec01b996838f5b1
2 changes: 1 addition & 1 deletion trunk/CondCore/DBCommon/src/DbSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void cond::DbSession::SessionImpl::open( const std::string& connectionString, bo
// pool configuration
m_dataSvc->configuration().setConnectionService( &m_connection->connectionService(), false );
m_dataSvc->configuration().enableSessionSharing();
std::string pluginName("COND/Services/TBufferBlobStreamingService2");
std::string pluginName("COND/Services/TBufferBlobStreamingService");
if(!m_blobStreamingService.empty()){
pluginName = m_blobStreamingService;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/CondCore/Utilities/src/Utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ cond::DbSession cond::Utilities::openDbSession( const std::string& connectionPar
initializeForDbConnection();
std::string connectionString = getOptionValue<std::string>( connectionParameterName );
cond::DbSession session = m_dbConnection->createSession();
std::string blobStreamingService("COND/Services/TBufferBlobStreamingService2");
std::string blobStreamingService("COND/Services/TBufferBlobStreamingService");
if(m_options.find_nothrow("blobStreamer",false)){
if(m_values.count("blobStreamer")){
blobStreamingService = m_values["blobStreamer"].as<std::string>();
Expand Down

0 comments on commit 1a226bf

Please sign in to comment.