MySQL Forums
Forum List  »  General

Re: Information Schema not updated after MyISAM packing on v8
Posted by: Frank Peacock
Date: September 03, 2020 02:50AM

Hello,

I have found the solution:

MySQL v8 caches dynamic table metadata. It is necessary to set the system variable "information_schema_stats_expiry = 0" to allow updates to this data or else to wait for the expiry time in seconds to elapse.

Cheers,

Frank

Options: ReplyQuote


Subject
Written By
Posted
Re: Information Schema not updated after MyISAM packing on v8
September 03, 2020 02:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.