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

st_mem_root

Declaration

Source position: mysql.inc line 647

type st_mem_root = record

  free: PUSED_MEM;

  used: PUSED_MEM;

  pre_alloc: PUSED_MEM;

  min_malloc: dword;

  block_size: dword;

  block_num: dword;

  first_block_usage: dword;

  error_handler: procedure;

end;