在ex data更新时,操作哈希时笔误,导致断错误。
This commit is contained in:
@@ -239,7 +239,7 @@ void EX_data_rt_updating_hash_add(struct EX_data_rt* ex_rt, const char* key, siz
|
|||||||
}
|
}
|
||||||
else
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ extern "C"
|
|||||||
}
|
}
|
||||||
#endif
|
#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)
|
int is_valid_table_name(const char* str)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user