[MDEV-6779] Help file problems in 10.0.13 Created: 2014-09-24 Updated: 2014-12-01 Resolved: 2014-11-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | Simon J Mudd | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
Just been bitten by this:
Please look at: http://bugs.mysql.com/bug.php?id=69564 Please disable writing to binlogs in fill_help_tables.sql I reported the first bug to the upstream source over a year ago, and it was fixed some time later. It is frustrating to see the bug reappear here. Note a big deal but I was looking for online help about multi-source replication commands and this was missing. The patches made by Oracle of course fix this issue so should be easy to apply. |
| Comments |
| Comment by Sergei Golubchik [ 2014-11-13 ] | |||||
|
It was apparently fixed in 5.7.5 DMR. We don't merge from 5.7 yet. But I can cherry-pick this fix for you. | |||||
| Comment by Simon J Mudd [ 2014-11-13 ] | |||||
|
There are 2 issues: The column size problem's fixed in 5.6.15:
What's not fixed in 5.6.15 but later is the "don't write to binlogs". Don't confuse the two issues which are mentioned here. | |||||
| Comment by Sergei Golubchik [ 2014-11-13 ] | |||||
|
already done both. Strangely enough, the column size problem was said to be fixed in 5.5.36 (see the bug report) and we, of course, have the fix both in 5.5 and in 10.0 ever since. But that fix only fixed tables as they were created, mysql_fix_privilege_tables was not changed, so upgrades were not covered by the fix. There was a second fix, for mysql_fix_privilege_tables, but only in 5.6. I won't even try to understand the reasoning behind that. |