在ex data更新时,操作哈希时笔误,导致断错误。

This commit is contained in:
zhengchao
2022-03-04 13:01:28 +05:00
parent a184be53de
commit a4fcb73f8a
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ void EX_data_rt_updating_hash_add(struct EX_data_rt* ex_rt, const char* key, siz
}
else
{
HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_b, key,key_len, exc);
HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_a, key,key_len, exc);
}
return;
}

View File

@@ -57,7 +57,7 @@ extern "C"
}
#endif
int MAAT_FRAME_VERSION_3_6_1_20220303=1;
int MAAT_FRAME_VERSION_3_6_3_20220304=1;
int is_valid_table_name(const char* str)
{