[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

st_mysql_manager

Declaration

Source position: mysql.inc line 953

type st_mysql_manager = record

  net: NET;

  host: Pchar;

  user: Pchar;

  passwd: Pchar;

  port: dword;

  free_me: my_bool;

  eof: my_bool;

  cmd_status: LongInt;

  last_errno: LongInt;

  net_buf: Pchar;

  net_buf_pos: Pchar;

  net_data_end: Pchar;

  net_buf_size: LongInt;

  last_error: array [0..(MAX_MYSQL_MANAGER_ERR)-1] of Char;

end;