[Pkg-mysql-commits] r1751 - mysql-dfsg-5.1/branches/unstable/debian
Norbert Tretkowski
nobse at alioth.debian.org
Sun Sep 20 08:50:31 UTC 2009
Author: nobse
Date: 2009-09-20 08:50:30 +0000 (Sun, 20 Sep 2009)
New Revision: 1751
Modified:
mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.preinst
Log:
Abort if skip-bdb option is enabled
Modified: mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.preinst
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.preinst 2009-09-17 06:27:33 UTC (rev 1750)
+++ mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.preinst 2009-09-20 08:50:30 UTC (rev 1751)
@@ -57,6 +57,9 @@
exit 1
fi
+# Abort if skip-bdb option is enabled, required for 5.0 -> 5.1 upgrades.
+#TODO
+
# Safe the user from stupidities.
show_downgrade_warning=0
for i in `ls $DATADIR/debian-*.flag 2>/dev/null`; do
More information about the Pkg-mysql-commits
mailing list