Bug #28156 | Home/End/PgUp/PgDn/DEL keys no longer function | ||
---|---|---|---|
Submitted: | 30 Apr 2007 0:48 | Modified: | 30 Apr 2007 10:36 |
Reporter: | Scott Lawrence | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 5.0.33 | OS: | Linux (Redhat ES) |
Assigned to: | CPU Architecture: | Any |
[30 Apr 2007 0:48]
Scott Lawrence
[30 Apr 2007 5:07]
Valeriy Kravchuk
Thank you for a problem report. Please, send the results of: mysql --version Have you compiled 5.0.33 yourself from sources?
[30 Apr 2007 6:17]
Scott Lawrence
Here are the results of 'mysql --version': mysql Ver 14.12 Distrib 5.0.33, for pc-linux-gnu (i686) using EditLine wrapper If was complied locally, the configure command was: $ ./configure --prefix=/usr Regards, Scott
[30 Apr 2007 6:30]
Valeriy Kravchuk
EditLine is a problem, it seems. Please, add --with-readline to configure command line, rebuild, and check if it will make any difference.
[30 Apr 2007 8:18]
Scott Lawrence
Recompiling with readline did indeed resolve the problem. Thank you! Regards, Scott
[30 Apr 2007 10:36]
MySQL Verification Team
Thank you for the feedback.