]> granicus.if.org Git - pdns/commitdiff
Remove traces of mysqlbackend
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sat, 5 Oct 2013 15:52:55 +0000 (17:52 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sat, 5 Oct 2013 15:52:55 +0000 (17:52 +0200)
README.md
debian-pdns/shlibs.local
pdns/docs/pdns.xml
pdns/docs/zone2sql.8

index 45f57c3f63869b07b87b25826cd3b339ccdcbc48..f4e44c1bad917447b0502f3829d3eff674c89328 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,9 +50,6 @@ To add multiple modules, try:
 
 See http://doc.powerdns.com/compiling-powerdns.html for more details.
 
-Please don't use the 'mysql' backend, it is deprecated. Use the 'gmysql'
-one!
-
 COMPILING THE RECURSOR
 ----------------------
 Either use ./configure --enable-recursor or explicitly do 'make pdns_recursor'. Releases
index 8673b960a5ef18a1186deb0bbec2331f25e0fe78..a2ae88ae1be11cf33c8334a9173c3089e71b9ed5 100644 (file)
@@ -1,2 +1 @@
-libmysqlbackend 0
 libbindbackend 0
index be59254431f3d461f645eb5d2252bf314ad7306b..8fa0debc473746342359b4bccab37a5d4b999fb0 100755 (executable)
@@ -12032,7 +12032,7 @@ local0.err                        /var/log/pdns.err
        keep slave zones as slaves, and not convert them to native operation. 
       </para>
       <para>
-       By default, zone2sql outputs code suitable for the mysqlbackend, but it can also generate SQL for the Generic PostgreSQL, Generic MySQL and 
+       zone2sql can generate SQL for the Generic PostgreSQL, Generic MySQL and
        Oracle backends. 
        The following commands are available:
       </para>
@@ -12074,14 +12074,6 @@ local0.err                        /var/log/pdns.err
              </para>
            </listitem>
          </varlistentry>
-         <varlistentry>
-           <term>--mysql</term>
-           <listitem>
-             <para>
-               Output in format suitable for the default configuration of the MySQL backend. Default.
-             </para>
-           </listitem>
-         </varlistentry>
          <varlistentry>
            <term>--named-conf=...</term>
            <listitem>
index 0f4432eff5e9fd5dd59d154975da719391329621..8f4bf48699d048e420ee4cce03995f41eccf9bed 100644 (file)
@@ -10,12 +10,11 @@ on standard out, which can then be fed to your database.
 \fBzone2sql\fR understands the Bind master file extension '$GENERATE' and will
 also honour '$ORIGIN' and '$TTL'.
 .PP
-For backends supporting slave operation (currently only the PostgreSQL
-backend), there is also an option to keep slave zones as slaves, and not
-convert them to native operation.
+For backends supporting slave operation there is also an option to keep slave
+zones as slaves, and not convert them to native operation.
 .PP
-By default, zone2sql outputs code suitable for the mysqlbackend, but it can
-also generate SQL for the Generic PostgreSQL and Oracle backends.
+zone2sql can generate SQL for the Generic MySQL, Generic PostgreSQL and Oracle
+backends.
 .SH OPTIONS
 Input options:
 .TP
@@ -48,10 +47,6 @@ backend.
 Output in format suitable for the default configuration of the Generic
 PostgreSQL backend.
 .TP
-.B \-\-mysql
-Output in format suitable for the default configuration of the MySQL backend
-(the default output format).
-.TP
 .B \-\-oracle
 Output in format suitable for the default configuration of the Generic Oracle
 backend.