fourkitchens / pantheon-tools

Tools to run actions against a Pantheon site
GNU General Public License v3.0
16 stars 3 forks source link

--column-statistics flag is only available in MySQL 8, but not modern versions of MariaDB #22

Closed dalin- closed 11 months ago

dalin- commented 1 year ago

Causes this error:

pantheon-db-dump cepf-d7 dev | lando mysql
--Now waking up the server.--
 [notice] OK >> dev-cepf-d7.pantheonsite.io responded
--Now opening the SSH connection.--
--Now transferring the database.--
mysqldump: unknown variable 'column-statistics=0'
--Now cleaning up the SSH connection.--
All done

Using

mysqldump --version
mysqldump from 11.1.2-MariaDB, client 10.19 for osx10.18 (arm64)

This flag was added to try and make dumps faster. So the fix is just to remove it.