From 48fcb631eb20e6dccc4ece895d236ea0ffa3c290 Mon Sep 17 00:00:00 2001
From: vasil <Unknown>
Date: Tue, 17 Mar 2009 07:38:19 +0000
Subject: [PATCH] branches/zip:

Remove mysql-test/patches/bug32625.diff because that bug was fixed in
the mysql repository (1 year and 4 months after sending them the simple
patch!). See http://bugs.mysql.com/32625
---
 mysql-test/patches/bug32625.diff | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 mysql-test/patches/bug32625.diff

diff --git a/mysql-test/patches/bug32625.diff b/mysql-test/patches/bug32625.diff
deleted file mode 100644
index dcedcb1fa79..00000000000
--- a/mysql-test/patches/bug32625.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- mysql-test/t/type_bit_innodb.test.orig	2008-10-07 11:32:32.000000000 +0300
-+++ mysql-test/t/type_bit_innodb.test	2008-10-07 11:56:40.000000000 +0300
-@@ -40,6 +40,7 @@
- create table t1 (a bit) engine=innodb;
- insert into t1 values (b'0'), (b'1'), (b'000'), (b'100'), (b'001');
- select hex(a) from t1;
-+--replace_regex /entry '(.*)' for/entry '' for/
- --error ER_DUP_ENTRY
- alter table t1 add unique (a);
- drop table t1;
-- 
2.30.9