You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
862 B

  1. TYPE=VIEW
  2. query=select `sys`.`format_bytes`(sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name`
  3. md5=8082fddb38d6165c0d33b88815ddf3d8
  4. updatable=0
  5. algorithm=2
  6. definer_user=mariadb.sys
  7. definer_host=localhost
  8. suid=0
  9. with_check_option=0
  10. timestamp=0001695649741590732
  11. create-version=2
  12. source=SELECT sys.format_bytes(SUM(CURRENT_NUMBER_OF_BYTES_USED)) total_allocated\n FROM performance_schema.memory_summary_global_by_event_name;
  13. client_cs_name=utf8mb3
  14. connection_cl_name=utf8mb3_general_ci
  15. view_body_utf8=select `sys`.`format_bytes`(sum(`performance_schema`.`memory_summary_global_by_event_name`.`CURRENT_NUMBER_OF_BYTES_USED`)) AS `total_allocated` from `performance_schema`.`memory_summary_global_by_event_name`
  16. mariadb-version=101103