]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add warning about MySQL views 7835/head
authorbert hubert <bert.hubert@powerdns.com>
Mon, 20 May 2019 09:49:25 +0000 (11:49 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Mon, 20 May 2019 09:49:25 +0000 (11:49 +0200)
docs/backends/generic-mysql.rst

index 5cbf04418f4eb44fb79b4ea50a621e486b853f62..23cdd509b14b36eb94aeb47c011805c0393fbc98 100644 (file)
@@ -21,6 +21,14 @@ Generic MySQL backend
   point this is going to harm your database, for example when an incoming
   zone transfer fails.
 
+.. warning::
+  While it is possible to run the Generic MySQL backend on top of MySQL
+  views, we have received several reports of this causing performance
+  problems and memory leaks.  Please know that when reporting problems when
+  running PowerDNS on top of a modified schema, our open source support
+  offering requires you to reproduce your problem on an unmodified schema without
+  views.
+
 The default schema is included at the bottom of this page.
 :ref:`migration-zone2sql` with the ``--gmysql`` flag also
 assumes this layout is in place. For full migration notes, please see