overextended/oxmysql

Mysql Slow Query Warning Problem

Closed this issue · 2 comments

Issue checklist

  • I am using the latest release
  • I have referenced previously reported issues
  • I have referenced available documentation and cannot resolve the issue
  • I'm certain this is an issue with oxymysql, and not with my resource

The mysql slow query warning not working with the new version, i just uploaded the new oxmysql version and there is the problem :D

Screenshots
image
image

Server details

  • v6.0.2 atop FXServer 6593
  • Linux Debian 11

Database details

  • MariaDB
  • 10.5.19

Its done sry for this, but i don't know it will work fast and there is no slow query :D

45aadf7

Profiling is handled using mysql profiling rather than script-based. It's more accurate though adds some slight overhead; as such, it's only enabled if

  • mysql_ui is enabled
  • or mysql_debug is enabled globally
  • or mysql_debug is an array and the invoking resource is included in the array