File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -6323,6 +6323,7 @@ int spider_free_share(
6323
6323
#endif
6324
6324
if (
6325
6325
share->sts_init &&
6326
+ share->table_share ->tmp_table == NO_TMP_TABLE &&
6326
6327
spider_param_store_last_sts (share->store_last_sts )
6327
6328
) {
6328
6329
if (!thd)
@@ -6343,6 +6344,7 @@ int spider_free_share(
6343
6344
}
6344
6345
if (
6345
6346
share->crd_init &&
6347
+ share->table_share ->tmp_table == NO_TMP_TABLE &&
6346
6348
spider_param_store_last_crd (share->store_last_crd )
6347
6349
) {
6348
6350
if (!thd)
@@ -8171,6 +8173,7 @@ int spider_get_sts(
8171
8173
#endif
8172
8174
if (
8173
8175
!share->sts_init &&
8176
+ share->table_share ->tmp_table == NO_TMP_TABLE &&
8174
8177
spider_param_load_sts_at_startup (share->load_sts_at_startup ) &&
8175
8178
(!share->init || share->init_error )
8176
8179
) {
@@ -8321,6 +8324,7 @@ int spider_get_crd(
8321
8324
#endif
8322
8325
if (
8323
8326
!share->crd_init &&
8327
+ share->table_share ->tmp_table == NO_TMP_TABLE &&
8324
8328
spider_param_load_sts_at_startup (share->load_crd_at_startup )
8325
8329
) {
8326
8330
error_num = spider_sys_get_table_crd (
You can’t perform that action at this time.
0 commit comments