Bug #294 | Delete key doesn't work in MySQL 4.1.0 Command Line Client | ||
---|---|---|---|
Submitted: | 15 Apr 2003 15:34 | Modified: | 27 Apr 2003 10:36 |
Reporter: | Jay G | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 4.1.0 | OS: | Linux (RedHat 8.0, Kernel 2.4.20) |
Assigned to: | Jani Tolonen | CPU Architecture: | Any |
[15 Apr 2003 15:34]
Jay G
[16 Apr 2003 4:41]
Alexander Keremidarski
There is difference, but final result is the same. RedHat 8.0 and RedHat 9 MySQL 3.23 and 4.0 mysql> abcd press left arrow 2 times then <delete> 2 times mysql> ad same with MySQL 4.1.0 and up mysql> abcd mysql> ab~~cd
[27 Apr 2003 10:36]
Michael Widenius
The reason is that we temporarly switched from readline to libedit for 4.1. As libedit is not yes as full-features as readline, we will switch back to readline in 4.1.1 for the GPL MySQL distribution.