M393

Results 113 comments of M393

All links for status variables I tested are broken. Also `Open_tables` exists in the file you linked: ![image](https://github.com/phpmyadmin/phpmyadmin/assets/56256405/7c9406dd-ab6e-49d8-8b35-e00ce6fd6fd6)

Looks like all status variables starting with `com_` should link [here](https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx). See the [status variable reference](https://dev.mysql.com/doc/refman/5.7/en/server-status-variable-reference.html). Thanks for working on this so quickly. I tested it and the link to...

I did not do anything to enable these variables, it is just a standard installation of MySQL 5.7. I change this in composer.json ```patch - "williamdes/mariadb-mysql-kbs": "^1.2" + "williamdes/mariadb-mysql-kbs": "dev-main"...

They are available on the demo server if this helps you: ![image](https://github.com/phpmyadmin/phpmyadmin/assets/56256405/a5fccad1-ebbc-4da6-a42b-f66ecc1a346a)

This is the function loading the data. Added `return null;` at the top and it loads fast. https://github.com/phpmyadmin/phpmyadmin/blob/d59645d8fbabf3ac6b145840cde55d878114c07f/libraries/classes/Display/Results.php#L4337-L4370

The problem seems stem from one of the composer dependencies. If I installl the dependencies from 5.2.1 it works, upgrade to the latest versions and it breaks: Here's a complete...

The first bad commit is https://github.com/phpmyadmin/sql-parser/commit/0ebfa9c6d2bebae7a6f1a29c289adcf16fea2b61

Thank you for working on this. I applied these fixes to my installed snapshot. Procedures are exported fine, but it still seems to be missing the closing delimiter (`$$`) at...

Here is the export, note the missing $$ at the end of the trigger. Export with b2a98560f3dc5d5cec34903925563439269223fe ```sql -- phpMyAdmin SQL Dump -- version 5.2.2-dev -- https://www.phpmyadmin.net/ -- -- Host:...

@MauricioFauth This is not yet completely resolved. Please reopen.