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.
Fixes #251
251
I tried to run something like
@exec(mysqldump … --column-statistics=0)
but it always shownunknown variable column-statistics=0
in the output so I switched to checking the provider of themysqldump
command. It may be less reliable but it's the safest way for now.