Commit 0afd292
Alexander Barkov
Fixing an MSVC warning about double "const" data type qualifier
in the code merged from MySQL-5.6: const CHARSET_INFO* -> CHARSET_INFO* (CHARSET_INFO already has the "const" qualifier in MariaDB, inlike in MySQL)1 parent d240a04 commit 0afd292
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | | - | |
| 752 | + | |
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19619 | 19619 | | |
19620 | 19620 | | |
19621 | 19621 | | |
19622 | | - | |
| 19622 | + | |
19623 | 19623 | | |
19624 | 19624 | | |
19625 | 19625 | | |
| |||
0 commit comments