liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
167 stars 45 forks source link

fix: unknown variable column-statistics=0 with MariaDB 10 #256

Closed alexislefebvre closed 9 months ago

alexislefebvre commented 9 months ago

Fixes #251

I tried to run something like @exec(mysqldump … --column-statistics=0) but it always shown unknown variable column-statistics=0 in the output so I switched to checking the provider of the mysqldump command. It may be less reliable but it's the safest way for now.