Variable getDatabasesMysqlConfigResponseSchemaConst
getDatabasesMysqlConfigResponseSchema: ZodObject<
{
binlog_retention_period: ZodInt;
mysql: ZodObject<
{
connect_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
default_time_zone: ZodObject<
{
description: ZodString;
example: ZodString;
maxLength: ZodInt;
minLength: ZodInt;
pattern: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
group_concat_max_len: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
information_schema_stats_expiry: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_change_buffer_max_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_flush_neighbors: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_ft_min_token_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_ft_server_stopword_table: ZodUnion<
readonly [
ZodObject<
{
description: ZodString;
example: ZodString;
maxLength: ZodInt;
pattern: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>,
ZodNull,
],
>;
innodb_lock_wait_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_log_buffer_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_online_alter_log_max_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_read_io_threads: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_rollback_on_timeout: ZodObject<
{
description: ZodString;
example: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_thread_concurrency: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
innodb_write_io_threads: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
interactive_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
internal_tmp_mem_storage_engine: ZodObject<
{
description: ZodString;
enum: ZodString;
example: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
max_allowed_packet: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
max_heap_table_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
net_buffer_length: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
net_read_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
net_write_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
sql_mode: ZodObject<
{
description: ZodString;
example: ZodString;
maxLength: ZodInt;
pattern: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
sql_require_primary_key: ZodObject<
{
description: ZodString;
example: ZodString;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
tmp_table_size: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
wait_timeout: ZodObject<
{
description: ZodString;
example: ZodInt;
maximum: ZodInt;
minimum: ZodInt;
requires_restart: ZodBoolean;
type: ZodString;
},
$strip,
>;
},
$strip,
>;
},
$strip,
> = ...
Available advanced parameters for a MySQL Managed Database.