#19030 closed defect (duplicate)
mysql does not support readline
Reported by: | n0ts (Naoya Nakazawa) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | jyrkiwahlstedt | |
Port: | mysql5, mysql5-devel |
Description
mysql5 and mysql5-devel are does not support readline. Ctrl+R does not work and I can't input japanese data in mysql prompt.
When I changed configure option on mysql5-devel Portfile is bellow, these are working!
@@ -75,6 +75,7 @@ --without-bench \ --with-partition \ --with-plugins=all \ + --without-readline \ --enable-thread-safe-client # the following is in store for future # --program-suffix=5
Change History (3)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added; jwa@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | mysql5 mysql5-devel added |
Status: | new → assigned |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for letting me know. This is a duplicate of #15435 and I'll handle it there.