diff MySQL/Plugins/MySQLIndex.cpp @ 255:d663d9e44f8d

reintroduction of IDatabaseFactory into DatabaseManager
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 17:57:08 +0200
parents 33fa478c119a
children 29d2b76516f6
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.cpp	Wed Apr 14 15:33:57 2021 +0200
+++ b/MySQL/Plugins/MySQLIndex.cpp	Wed Apr 14 17:57:08 2021 +0200
@@ -45,9 +45,9 @@
   }
 
 
-  IDatabase* MySQLIndex::OpenDatabaseConnection()
+  IDatabaseFactory* MySQLIndex::CreateDatabaseFactory() 
   {
-    return MySQLDatabase::OpenDatabaseConnection(parameters_);
+    return MySQLDatabase::CreateDatabaseFactory(parameters_);
   }