summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/table.h b/sql/table.h
index 2d2510c24fd..865824bf36f 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -764,9 +764,6 @@ struct TABLE_SHARE
/* For sequence tables, the current sequence state */
SEQUENCE *sequence;
- /* Name of the tablespace used for this table */
- char *tablespace;
-
#ifdef WITH_PARTITION_STORAGE_ENGINE
/* filled in when reading from frm */
bool auto_partitioned;
@@ -884,12 +881,6 @@ struct TABLE_SHARE
set_table_cache_key(key_buff, key_length);
}
- inline bool honor_global_locks()
- {
- return ((table_category == TABLE_CATEGORY_USER)
- || (table_category == TABLE_CATEGORY_SYSTEM));
- }
-
inline bool require_write_privileges()
{
return (table_category == TABLE_CATEGORY_LOG);