Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.0.14
-
Fix Version/s: 10.0
-
Component/s: None
-
Labels:None
-
Environment:openSUSE 13.1
Description
I recently updated to version 10.0.14 from 10.0.11 (using the openSUSE database build service) and in 10.0.14, the shell client no longer accepts control sequences like control+r (search in history) or control+left/right (move cursor one word to the left/right). In case of control+r nothing happens, pressing control+left/right prints ';5D' / ';5C' instead of moving the cursor.
Control sequences work fine in 10.0.11. Also, after downgrading to 10.0.11 and using the up key to browser through the command history spaces are replaced by \040 for commands entered in the 10.0.14 shell client.
This happens in both KDE's konsole and plain xterm using BASH as shell (I haven't tested other terminals).
I have libreadline version 6.2 installed (libreadline6-6.2-68.12.1.x86_64), not sure if this is relevant or what else to report.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi,
I'm getting different results, but it might depend on the compilation settings and environment. (I've built both versions with simple cmake && make, on the same openSUSE 13.1, and on both versions Ctrl-R works and Ctrl+left/right doesn't).
When you downgraded to 10.0.11, did you rebuild it again, or did you use the previously built binaries?
Could you please paste the output of ldd <path to mysql> for both versions, and INFO_BIN and INFO_SRC files from both builds? When it's built in-source, the files reside in <basedir>/Docs, but I'm not sure where they end up with your build/install setup.