[Pkg-mysql-commits] r1610 - mysql-dfsg-5.1/branches/experimental/debian
Christian Hammers
ch at alioth.debian.org
Fri Jul 3 23:12:17 UTC 2009
tags 535492 pending
thanks
Author: ch
Date: 2009-07-03 23:12:17 +0000 (Fri, 03 Jul 2009)
New Revision: 1610
Modified:
mysql-dfsg-5.1/branches/experimental/debian/changelog
mysql-dfsg-5.1/branches/experimental/debian/mysql-server-5.1.postinst
Log:
* Applied Ubuntu patch that fixes privilege bootstrapping in postinst
(thanks to Mathias Gug). Closes: #535492
Modified: mysql-dfsg-5.1/branches/experimental/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-03 23:07:13 UTC (rev 1609)
+++ mysql-dfsg-5.1/branches/experimental/debian/changelog 2009-07-03 23:12:17 UTC (rev 1610)
@@ -5,6 +5,8 @@
* Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
It now passes 100% of the tests again.
* Preinst now prevents Installation if NDB configuration is detected.
+ * Applied Ubuntu patch that fixes privilege bootstrapping in postinst
+ (thanks to Mathias Gug). Closes: #535492
-- Christian Hammers <ch at debian.org> Wed, 01 Jul 2009 20:54:58 +0200
Modified: mysql-dfsg-5.1/branches/experimental/debian/mysql-server-5.1.postinst
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/mysql-server-5.1.postinst 2009-07-03 23:07:13 UTC (rev 1609)
+++ mysql-dfsg-5.1/branches/experimental/debian/mysql-server-5.1.postinst 2009-07-03 23:12:17 UTC (rev 1610)
@@ -200,7 +200,7 @@
" Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', "\
" Create_tmp_table_priv='Y', Lock_tables_priv='Y', Execute_priv='Y', "\
" Repl_slave_priv='Y', Repl_client_priv='Y', Create_view_priv='Y', "\
- " Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y' "\
+ " Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y', "\
" Create_user_priv='Y', Event_priv='Y', Trigger_priv='Y' "`;
fix_privs=`/bin/echo -e \
"USE mysql;\n" \
More information about the Pkg-mysql-commits
mailing list