diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-02-05 10:08:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-02-05 10:08:40 +0000 |
commit | ed248762106fa0a80ec8e82da6b80c47a1d775fa (patch) | |
tree | 5111b3d7636d8893738b92364f2cc391abb79fb8 /databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp | |
parent | - Update to 0.8.0 (diff) |
Initial import of MySQL 5.1 version.
This is an *alpha* release (5.1.5).
Notes
Notes:
svn path=/head/; revision=155251
Diffstat (limited to '')
-rw-r--r-- | databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql60-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); |