[MDEV-12715] remove mysql.user.password column Created: 2017-05-06 Updated: 2019-02-05 Resolved: 2018-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
mysql.user.password column is redundant and it's removed from mysql-5.7. we should remove it too, but old mysql.user tables (with the password column) should still be supported.
|
| Comments |
| Comment by Daniel Black [ 2019-02-05 ] |
|
Why was this closed? |
| Comment by Sergei Golubchik [ 2019-02-05 ] |
|
because the new mysql.global_priv table has no password column and the mysql.user view is frozen at the structure of 10.3, it's not supposed to be changed anymore. |