diff options
Diffstat (limited to 'storage/spider/spd_table.cc')
-rw-r--r-- | storage/spider/spd_table.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/spd_table.cc b/storage/spider/spd_table.cc index 13afb5077d3..6fb245ca75b 100644 --- a/storage/spider/spd_table.cc +++ b/storage/spider/spd_table.cc @@ -7157,8 +7157,11 @@ int spider_get_sts( if (need_to_get) { if (get_type == 0) + /* Copy table status from share to share->wide_share */ spider_copy_sts_to_share(share, share->wide_share); else { + /* Executes a `show table status` query and store the results in + share->stat */ error_num = spider_db_show_table_status(spider, link_idx, sts_mode, flag); } } |