Bug #79268 repove histignore functionality
Submitted: 13 Nov 2015 12:22 Modified: 19 Nov 2015 15:21
Reporter: Mittread Sittreavm Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:mysql Ver 14.14 Distrib 5.6.25, for deb OS:Debian (stretch/sid)
Assigned to: CPU Architecture:Any
Tags: histignore

[13 Nov 2015 12:22] Mittread Sittreavm
Description:
please remove the histignore functionality. It's poorly designed and implemented:

1. there is no way to rewrite the default settings, only appending allowed. The only way seems to be a hexeditor, see http://forums.mysql.com/read.php?11,631456,631456

2. it matches all statements that include 'password', absolutely harmless like in "create temporart table a select id, username, passworad from user;" and there is no way to scroll back and fix the statement

How to repeat:
enter "create temporart table a select id, username, passworad from user;" in mysql prompt and pysh apper arrow button

Suggested fix:
remove histignore functionality from mysql commandline client
[19 Nov 2015 14:53] Georgi Kodinov
Thank you for the reasonable feature request.
[19 Nov 2015 15:21] Mittread Sittreavm
sorry, typo in the query. here's the correct one:

"create temporart table a select id, username, password from user;"