[MDEV-2352] LP:907894 - PASSWORD_QUESTION doesn't hide passwords in Release builds Created: 2011-12-22 Updated: 2014-06-20 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
I build the 5.5 version as Then I install the plugin 'two_questions' and create a user identified via it. It doesn't happen if I build with CMAKE_BUILD_TYPE=Debug – the password gets hidden as usual. It seems to be only the matter of the MySQL client binary – with the same server and plugins, I get the expected behavior if I use the client binary from the debug build, and erroneous with the client binary from the release build. Same problem happens on buildbot builds, tried on two different machines, both openSUSE. Previous releases, e.g. 5.3, seem to work all right (tried the official release build and a buildbot build). bzr version-info |
| Comments |
| Comment by Elena Stepanova [ 2011-12-23 ] |
|
Re: PASSWORD_QUESTION doesn't hide passwords in Release builds |
| Comment by Elena Stepanova [ 2012-03-18 ] |
|
Re: PASSWORD_QUESTION doesn't hide passwords in Release builds |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-18 ] |
|
Launchpad bug id: 907894 |
| Comment by niek dekker [ 2012-12-06 ] |
|
I'm not sure if this is the same issue but a similar issue occurs in Mariadb 5.3.11 on FreeBSD. Version: mysql Ver 15.1 Distrib 5.3.11-MariaDB, for portbld-freebsd7.4 (amd64) using EditLine wrapper |
| Comment by Sergei Golubchik [ 2012-12-06 ] |
|
it cannot be the same, as far as I remember, the fixed one was only for 5.5, caused by the new cmake based build system. |