-
Notifications
You must be signed in to change notification settings - Fork 260
Upgrade error due to missing global permissions #8648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also going to love this one
Lines 3624 to 3664 in 1b52517
|
Oof. The first one could be treated as optional and silently skipped if it failed, but the second one is going to be a pain. I suppose for the second one we could do a check for the necessary DB permissions and fall back to a PHP implementation if we don't have them. That'll be a lot slower, though, due to the repeated queries it will involve. |
The weird part is that I don't know why binary logging is enabled. I don't do replication, and none of my backup operations require it. But I suspect we would have more than one user with it, as some hosts may be using it to replicate data or backup operations. |
I reported the first issue in #8599 but didn't know what was causing it. Nice to know we know what's causing that at least. |
We can get around the first issue by checking for the global row format and specifying the ROW_FORMAT for each table we create if it isn't DYNAMIC (which it should be in most cases since that's the default). Also on my server, binary logging isn't enabled so I'm not sure how common of an issue that will be. |
Uh oh!
There was an error while loading. Please reload this page.
SMF/other/upgrade.php
Line 1995 in 1b52517
@Sesquipedalian
The text was updated successfully, but these errors were encountered: