diff options
author | Kentoku SHIBA <kentokushiba@gmail.com> | 2020-03-03 02:52:46 +0900 |
---|---|---|
committer | Kentoku SHIBA <kentokushiba@gmail.com> | 2020-06-05 17:29:58 +0900 |
commit | d3a6ed05500afa2bbe4c3756d5aae64310144a3c (patch) | |
tree | e458cda531224d8d7ce0574ed446086d98b68479 /storage/spider/ha_spider.h | |
parent | 418f16116ff093447fa4fc4dba77127511debb63 (diff) | |
download | mariadb-git-d3a6ed05500afa2bbe4c3756d5aae64310144a3c.tar.gz |
fix divided lock table issue of Spider
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r-- | storage/spider/ha_spider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h index b259e9cf098..d5645f25a0a 100644 --- a/storage/spider/ha_spider.h +++ b/storage/spider/ha_spider.h @@ -1237,6 +1237,7 @@ public: #endif int init_union_table_name_pos_sql(); int set_union_table_name_pos_sql(); + int append_lock_tables_list(); int lock_tables(); int dml_init(); #ifdef HA_CAN_BULK_ACCESS |