1. 提高group被大量compile同时引用的性能

2. 修复Maat_hierarchy_region_compile中对literal_ids的线程不安全访问,在配置更新时可导致段错误。
This commit is contained in:
zhengchao
2020-12-05 13:39:48 +06:00
parent e6a7f24863
commit df48863c65
2 changed files with 318 additions and 176 deletions

View File

@@ -56,7 +56,7 @@ extern "C"
}
#endif
int MAAT_FRAME_VERSION_3_1_4_20201124=1;
int MAAT_FRAME_VERSION_3_1_5_20201205=1;
int is_valid_table_name(const char* str)
{