对命中clause_id的数量设置上限,避免同时命中compile数量过多时,utarray排序耗时过大。

This commit is contained in:
zhengchao
2020-11-24 21:06:04 +06:00
parent e9a9c89116
commit b9779088b9
2 changed files with 7 additions and 3 deletions

View File

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