From edac62c8244316d930e51ec12a475b82e1e03870 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Mar 2012 08:49:47 +0100 Subject: MySQL, sync with rawhide --- mysql-plugin-test.patch | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mysql-plugin-test.patch') diff --git a/mysql-plugin-test.patch b/mysql-plugin-test.patch index 51c8328..5d08c32 100644 --- a/mysql-plugin-test.patch +++ b/mysql-plugin-test.patch @@ -1,3 +1,11 @@ +mysql_plugin.test fails when run in mysql-test RPM, though the build-time +regression test is OK. This patch is from the pre-existing upstream bug +report, except we also fix the part that tries to scribble on the +read-only-to-us plugin directory. + +rhbz #789530, upstream at http://bugs.mysql.com/bug.php?id=62907 + + diff -up mysql-5.5.21/mysql-test/t/mysql_plugin-master.opt.plugin mysql-5.5.21/mysql-test/t/mysql_plugin-master.opt --- mysql-5.5.21/mysql-test/t/mysql_plugin-master.opt.plugin 2012-01-31 12:28:15.000000000 +0100 +++ mysql-5.5.21/mysql-test/t/mysql_plugin-master.opt 2012-03-14 16:54:19.060951822 +0100 -- cgit