[MDEV-3736] LP:901693 - dialog.c:perform_dialog treats every password prompt as first Created: 2011-12-08 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Laurynas Biveinis | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
MariaDB perform_dialog in contrast to Oracle perform_dialog introduces local var "first" which is set to 1 and never changed. I think the intention was to reset it 0 once the mysql->passwd is sent. I haven't checked if the rest of the function will work correctly once first becomes 0. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-02-20 ] |
|
Launchpad bug id: 901693 |