mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
lots of post-merge changes
This commit is contained in:
@ -372,7 +372,7 @@ Increase max_allowed_packet on master";
|
||||
*/
|
||||
static ulonglong get_heartbeat_period(THD * thd)
|
||||
{
|
||||
my_bool null_value;
|
||||
bool null_value;
|
||||
LEX_STRING name= { C_STRING_WITH_LEN("master_heartbeat_period")};
|
||||
user_var_entry *entry=
|
||||
(user_var_entry*) my_hash_search(&thd->user_vars, (uchar*) name.str,
|
||||
|
Reference in New Issue
Block a user