diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-10 14:52:41 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-06-10 18:00:23 -0400 |
commit | 78d4276788e2ebad73c2a39e46675ef30dc322a8 (patch) | |
tree | 10dc2b7de8e49040c50218c26c9c4a6be9cbe7c9 /sql/table_cache.cc | |
parent | 7ecb304996df7d917ef1e857090a9a9c525160f1 (diff) | |
download | mariadb-git-78d4276788e2ebad73c2a39e46675ef30dc322a8.tar.gz |
Some trivial changes.
Diffstat (limited to 'sql/table_cache.cc')
-rw-r--r-- | sql/table_cache.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/table_cache.cc b/sql/table_cache.cc index bd50f5b4b3a..c7e95b4df14 100644 --- a/sql/table_cache.cc +++ b/sql/table_cache.cc @@ -741,10 +741,9 @@ void tdc_unlock_share(TDC_element *element) tdc_acquire_share() thd Thread handle - table_list Table that should be opened - key Table cache key - key_length Length of key + tl Table that should be opened flags operation: what to open table or view + out_table TABLE for the requested table IMPLEMENTATION Get a table definition from the table definition cache. |