We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mysql 5.5 versions, the information_schema.columns doesn't have the DATETIME_PRECISION column, so there were errors when trying to run against 5.5:
ERRO[0000] Cannot get table fields: sql: expected 19 destination arguments in Scan, not 20
The following function should be changed (PR in progress for this):
https://github.com/Percona-Lab/mysql_random_data_load/blob/master/tableparser/tableparser.go#L213
The text was updated successfully, but these errors were encountered:
The same error happens when I try to load data into MariaDB 10.2.27 instance. I believe it will fail for other versions of MariaDB too.
Sorry, something went wrong.
No branches or pull requests
In mysql 5.5 versions, the information_schema.columns doesn't have the DATETIME_PRECISION column, so there were errors when trying to run against 5.5:
ERRO[0000] Cannot get table fields: sql: expected 19 destination arguments in Scan, not 20
The following function should be changed (PR in progress for this):
https://github.com/Percona-Lab/mysql_random_data_load/blob/master/tableparser/tableparser.go#L213
The text was updated successfully, but these errors were encountered: