perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 341 forks source link

Update profile filed type from TEXT to LONGTEXT #486

Closed tkaven closed 1 year ago

tkaven commented 1 year ago

Hi, when profile long than text in MYSQL this filed should be LONGTEXT And LONGTEXT also compatible for SQLITE So, I do this change, please accept, thanks a lot!

glensc commented 1 year ago

@tkaven why haven't you checked existing pull requests? the same problem is attempted to fix twice already, both failed because they ignored my review notes:

if you look at the diffs, they are identical!

Marking as Draft to indicate that this is not ready for merge.

glensc commented 1 year ago

Replaced with https://github.com/perftools/xhgui/pull/487