=== modified file 'debian/dist/Debian/mariadb-server-10.0.postinst'
--- debian/dist/Debian/mariadb-server-10.0.postinst	2013-09-14 01:09:36 +0000
+++ debian/dist/Debian/mariadb-server-10.0.postinst	2015-02-21 04:37:10 +0000
@@ -143,8 +143,9 @@ EOF
     # handle things.
     # Debian: beware of the bashisms... 
     # Debian: can safely run on upgrades with existing databases 
+    # disable-log-bin due to MDEV-7520
     set +e
-    /bin/bash /usr/bin/mysql_install_db --rpm --user=mysql 2>&1 | $ERR_LOGGER
+    /bin/bash /usr/bin/mysql_install_db --rpm --user=mysql --disable-log-bin 2>&1 | $ERR_LOGGER
     set -e
     
     ## On every reconfiguration the maintenance user is recreated.

=== modified file 'debian/dist/Ubuntu/mariadb-server-10.0.postinst'
--- debian/dist/Ubuntu/mariadb-server-10.0.postinst	2013-09-14 01:09:36 +0000
+++ debian/dist/Ubuntu/mariadb-server-10.0.postinst	2015-02-21 04:37:55 +0000
@@ -144,8 +144,9 @@ EOF
     # handle things.
     # Debian: beware of the bashisms... 
     # Debian: can safely run on upgrades with existing databases 
+    # disable-log-bin due to MDEV-7520
     set +e
-    /bin/bash /usr/bin/mysql_install_db --rpm --user=mysql 2>&1 | $ERR_LOGGER
+    /bin/bash /usr/bin/mysql_install_db --rpm --user=mysql --disable-log-bin 2>&1 | $ERR_LOGGER
     set -e
     
     ## On every reconfiguration the maintenance user is recreated.

