diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2014-01-20 16:36:57 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2014-01-20 16:36:57 +0400 |
commit | 0e593c123fd27766917ac62667eac6dc9fc5deca (patch) | |
tree | d88e82fc79616cc9fe0bd9d061e85daaa2d1ce70 /sql/table.cc | |
parent | 0a20d762af01ec835c9c4e6d02b77b9defad8647 (diff) | |
download | mariadb-git-0e593c123fd27766917ac62667eac6dc9fc5deca.tar.gz |
MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-serg
Undo the previous band-aid fix in psergey@askmonty.org-20130802141209-4dqfvx2db8acxwbl.
Kristian has made a proper fix, which uses a different approach.
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/table.cc b/sql/table.cc index ecab578d97d..08a12b91a7a 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -315,8 +315,6 @@ TABLE_SHARE *alloc_table_share(const char *db, const char *table_name, strmov(share->path.str, path); share->normalized_path.str= share->path.str; share->normalized_path.length= path_length; - /* 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->open_errno= ENOENT; share->cached_row_logging_check= -1; |