From b5d5bc418626d4ed14a030bc462ea7ccaecc287f Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Fri, 26 Apr 2013 19:52:01 +0000 Subject: Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years. Approved by: ale --- .../mysql41-server/files/patch-ndb::src::mgmclient::main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp (limited to 'databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp') diff --git a/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); -- cgit v1.2.3