Closed Slamdunk closed 1 year ago
Hi, unlike MySQL, MariaDB stores table names into INFORMATION_SCHEMA.TABLES randomly. This result in a different output on different systems.
INFORMATION_SCHEMA.TABLES
The fix proposed is compatible with both MySQL and MariaDB, all versions included.
Thanks @Slamdunk . I added your fix on our fork https://github.com/druidfi/mysqldump-php/pull/9
Tests now pass with MariaDB 10.6 https://github.com/druidfi/mysqldump-php/actions/runs/2953510316
Hi, unlike MySQL, MariaDB stores table names into
INFORMATION_SCHEMA.TABLES
randomly. This result in a different output on different systems.The fix proposed is compatible with both MySQL and MariaDB, all versions included.