diff MySQL/Plugins/MySQLIndex.cpp @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents 897253c21208
children 95c413106a66 d700c8f9fc24
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.cpp	Sat Apr 08 10:26:03 2023 +0200
+++ b/MySQL/Plugins/MySQLIndex.cpp	Tue Apr 11 11:10:19 2023 +0200
@@ -63,7 +63,9 @@
   }
   
 
-  void MySQLIndex::ConfigureDatabase(DatabaseManager& manager)
+  void MySQLIndex::ConfigureDatabase(DatabaseManager& manager,
+                                     bool hasIdentifierTags,
+                                     const std::list<IdentifierTag>& identifierTags)
   {
     uint32_t expectedVersion = 6;