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: 84d4d3f44db6da8c072f21ca983b6fd4e8754022
parent(s): f7d196bb2e605766668895027c48728f03803734
committer: Oleksandr Byelkin
branch nick: server
timestamp: 2015-03-10 10:24:20 +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)