Unit 'mysql40dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#mysql]

st_mysql_options

Declaration

Source position: mysql.inc line 1074

type st_mysql_options = record

  connect_timeout: cuint;

  client_flag: cuint;

  port: cuint;

  host: Pchar;

  init_command: Pchar;

  user: Pchar;

  password: Pchar;

  unix_socket: Pchar;

  db: Pchar;

  my_cnf_file: Pchar;

  my_cnf_group: Pchar;

  charset_dir: Pchar;

  charset_name: Pchar;

  ssl_key: Pchar;

  ssl_cert: Pchar;

  ssl_ca: Pchar;

  ssl_capath: Pchar;

  ssl_cipher: Pchar;

  max_allowed_packet: culong;

  use_ssl: my_bool;

  compress: my_bool;

  named_pipe: my_bool;

  rpl_probe: my_bool;

  rpl_parse: my_bool;

  no_master_reads: my_bool;

end;


Documentation generated on: 2023-03-18