From 84a54893ab7f4ffd16010584cf0856ba085ac7bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 20 Dec 2013 15:02:24 +0200 Subject: [PATCH] mysqlhotcopy: patch for backup of databases with dashes --- mysql.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql.spec b/mysql.spec index ab5bfc6..4efacd3 100644 --- a/mysql.spec +++ b/mysql.spec @@ -75,6 +75,7 @@ Patch19: %{name}-chain-certs.patch Patch20: %{name}-dubious-exports.patch Patch21: bison3.patch Patch22: bug-66589.patch +Patch23: bug-44278.patch URL: http://www.mysql.com/products/community/ BuildRequires: bison >= 1.875 BuildRequires: cmake >= 2.6 @@ -508,6 +509,7 @@ mv sphinx-*/mysqlse storage/sphinx %patch20 -p1 %patch21 -p1 %patch22 -p1 +%patch23 -p1 # to get these files rebuild [ -f sql/sql_yacc.cc ] && rm sql/sql_yacc.cc -- 2.44.0