Forcing certain tables to InnoDB

D

digitalpoint

Guest
Member
Did an update to 2.3, and ended up with "unexpected errors" on all pages... looked in xf_error_log manually and it was because 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:

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

Read...

Read more

Continue reading...
 
BlackSpigot General Chat
Rules Help Users
    Z @ zezohassan: hi
    Top