[MDEV-7671] Cache VIEW definitions in the TDC Created: 2015-03-05 Updated: 2015-03-11 Resolved: 2015-03-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Views |
| Fix Version/s: | 10.1.4 |
| Type: | Task | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Table definitions, once opened, are cached in the table definition cache. Let's cache views too. |
| Comments |
| Comment by Oleksandr Byelkin [ 2015-03-10 ] |
|
revision-id: 84d4d3f44db6da8c072f21ca983b6fd4e8754022
(changes of backported patch are very small: strlen removed, error processing fixed, view open statistics added) |
| Comment by Oleksandr Byelkin [ 2015-03-10 ] |
|
revision-id: f954bb7fdc527cf816253fe0e7adb4239c368624
(changes of backported patch are very small: strlen removed, error processing fixed, view open statistics added) |