mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix automerge: s/hash_search/my_hash_search/.
This commit is contained in:
@ -377,7 +377,7 @@ static ulonglong get_heartbeat_period(THD * thd)
|
||||
my_bool null_value;
|
||||
LEX_STRING name= { C_STRING_WITH_LEN("master_heartbeat_period")};
|
||||
user_var_entry *entry=
|
||||
(user_var_entry*) hash_search(&thd->user_vars, (uchar*) name.str,
|
||||
(user_var_entry*) my_hash_search(&thd->user_vars, (uchar*) name.str,
|
||||
name.length);
|
||||
return entry? entry->val_int(&null_value) : 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user