Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
Table definitions, once opened, are cached in the table definition cache.
View definitions aren't, views are reopened and re-parsed every time.
Let's cache views too.
revision-id: f954bb7fdc527cf816253fe0e7adb4239c368624
parent(s): f7d196bb2e605766668895027c48728f03803734
committer: Oleksandr Byelkin
branch nick: server
timestamp: 2015-03-10 12:52:45 +0100
message:
MDEV-7671: Cache VIEW definitions in the TDC(changes of backported patch are very small: strlen removed, error processing fixed, view open statistics added)