diff MySQL/Plugins/MySQLIndex.h @ 400:897253c21208 db-protobuf

support for labels in mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 15:43:42 +0200
parents d14e6ff04a5c
children 91124cc8a8c7
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.h	Fri Apr 07 15:28:47 2023 +0200
+++ b/MySQL/Plugins/MySQLIndex.h	Fri Apr 07 15:43:42 2023 +0200
@@ -80,7 +80,7 @@
     // New primitive since Orthanc 1.12.0
     virtual bool HasLabelsSupport() const ORTHANC_OVERRIDE
     {
-      return false;
+      return true;
     }
   };
 }