summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-08-12 15:46:35 +0200
committerSergei Golubchik <sergii@pisem.net>2013-08-12 15:46:35 +0200
commit9747fbb4114146561f6f2b07a93c1cd97e23463b (patch)
tree2994dae4cd97e3f05f071fcb47a0a14c75d742c1 /sql/table.cc
parenteafb11c821dedf5fb5509875b4fb553417ef1ea5 (diff)
downloadmariadb-git-9747fbb4114146561f6f2b07a93c1cd97e23463b.tar.gz
MDEV-4786 merge 10.0-monty -> 10.0
remove TDC_RT_REMOVE_NOT_OWN_AND_MARK_NOT_USABLE
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index 27a8fbee9a4..cac9469fd8c 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -318,7 +318,7 @@ TABLE_SHARE *alloc_table_share(const char *db, const char *table_name,
/* TEMPORARY FIX: if true, this means this is mysql.gtid_slave_pos table */
share->is_gtid_slave_pos= FALSE;
share->table_category= get_table_category(& share->db, & share->table_name);
- share->set_refresh_version();
+ share->version= refresh_version;
share->open_errno= ENOENT;
/*