Bug #16557 | mysql cmd-line client does not rename .mysql_history.TMP to .mysql_history | ||
---|---|---|---|
Submitted: | 17 Jan 2006 3:30 | Modified: | 27 Feb 2006 20:34 |
Reporter: | Andrew Donkin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.18 | OS: | Linux (Linux x86) |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[17 Jan 2006 3:30]
Andrew Donkin
[13 Feb 2006 13:03]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/2515
[21 Feb 2006 7:59]
Magnus Blåudd
this is in the netbsd upstream source now. http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/readline.c.diff?r1=1.59&r2=1.60
[21 Feb 2006 8:06]
Magnus Blåudd
this is in the netbsd upstream source now. http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/readline.c.diff?r1=1.59&r2=1.60
[24 Feb 2006 8:23]
Magnus Blåudd
Pushed a fix to 5.0.19 and 5.1.8 that makes libedit functions 'read_history' and 'write_history' return the same error code as their readline counterparts. Approved by Jim.
[27 Feb 2006 20:34]
Mike Hillyer
Documented in the 5.0.19 and 5.1.8 changelogs: <listitem> <para> Clients compiled from source with the <option>--without-readline</option> did not save command history from session to session. (Bug #16557) </para> </listitem>