diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-09-23 05:43:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-09-23 05:43:45 +0000 |
commit | a4b9511333af542ad1b15db44f165ff122cc32ac (patch) | |
tree | 4c113cc2d53b5310d2ac6b5bc5dc936821348f9c /databases/mysql55-server/files/patch-client_mysql_upgrade.c | |
parent | Remove unused configure arg, no functional changes. (diff) |
Update to 5.1.28-rc release.
Diffstat (limited to '')
-rw-r--r-- | databases/mysql55-server/files/patch-client_mysql_upgrade.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mysql55-server/files/patch-client_mysql_upgrade.c b/databases/mysql55-server/files/patch-client_mysql_upgrade.c deleted file mode 100644 index 14c5130605c7..000000000000 --- a/databases/mysql55-server/files/patch-client_mysql_upgrade.c +++ /dev/null @@ -1,13 +0,0 @@ ---- client/mysql_upgrade.c.orig 2008-01-29 22:42:00.000000000 +0100 -+++ client/mysql_upgrade.c 2008-02-14 08:29:52.000000000 +0100 -@@ -427,10 +427,6 @@ - - verbose("Looking for '%s' in: %s", tool_name, tool_path); - -- /* Make sure the tool exists */ -- if (my_access(tool_path, F_OK) != 0) -- die("Can't find '%s'", tool_path); -- - /* - Make sure it can be executed - */ |