Commit fc79442
committed
PS-11143-[9.7] Fix compilation errors in acl_table_user.cc - proper port from 8.4
Remove native password handling code that references PLUGIN_MYSQL_NATIVE_PASSWORD
and PLUGIN_SHA256_PASSWORD constants which are not available in 9.7+.
This code block was ported from 8.4 branch during cherrypick but the referenced
constants and native password plugin were removed in 9.7 architecture. The code
was handling legacy 5.6 database layout upgrades, which is no longer needed or
supported in 9.7+.
Fixes compilation errors:
- 'is_old_db_layout' was not declared in this scope
- 'PLUGIN_MYSQL_NATIVE_PASSWORD' was not declared in this scope; did you mean 'PLUGIN_SHA256_PASSWORD'?
The cherrypick properly removed the parameter from function signatures in 9.7,
but this code block that used it was incorrectly left behind.
Please squash it later with prev PS-11143-[9.7]1 parent c701830 commit fc79442
1 file changed
Lines changed: 0 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
1632 | | - | |
1633 | | - | |
1634 | | - | |
1635 | | - | |
1636 | | - | |
1637 | | - | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | | - | |
1652 | | - | |
1653 | | - | |
1654 | | - | |
1655 | | - | |
1656 | | - | |
1657 | | - | |
1658 | | - | |
1659 | | - | |
1660 | | - | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
1672 | | - | |
1673 | | - | |
1674 | | - | |
1675 | | - | |
1676 | | - | |
1677 | | - | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | 1632 | | |
1683 | 1633 | | |
1684 | 1634 | | |
| |||
0 commit comments