Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 15 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: newassigned

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: assignedclosed

Thanks for letting me know. This is a duplicate of #15435 and I'll handle it there.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.