RSS Feed/News Forcing certain tables to InnoDB

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,941
Points
823

Reputation:

Did an update to 2.3, and ended up with "unexpected errors" on all pages... looked in xf_error_log manually and it was became certain important tables didn't exist (for example xf_session_activity).

More digging and it looks like step14 of 2.3 alpha forces what used to be MEMORY tables to InnoDB.

PHP:

Code:
    public function step14(): void
    {
        $tables = [
            'xf_attachment_view',
            'xf_session',
            'xf_session_activity'...

Read more

Continue reading...
 
Status
Not open for further replies.
Top