mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
slave_open_temp_tables to Atomic_counter
This commit is contained in:
@ -3692,6 +3692,11 @@ const char* get_one_variable(THD *thd,
|
||||
end= pos + ls->length;
|
||||
break;
|
||||
}
|
||||
case SHOW_ATOMIC_COUNTER_UINT32_T:
|
||||
end= int10_to_str(
|
||||
static_cast<long>(*static_cast<Atomic_counter<uint32_t>*>(value)),
|
||||
buff, 10);
|
||||
break;
|
||||
case SHOW_UNDEF:
|
||||
break; // Return empty string
|
||||
case SHOW_SYS: // Cannot happen
|
||||
|
Reference in New Issue
Block a user