Cannot Reproduce
Details
Assignee
UnassignedUnassignedReporter
Pieter KachelhofferPieter KachelhofferPriority
MediumComponents
Affects versions
Needs QA
Yes
Details
Details
Assignee
Unassigned
UnassignedReporter
Pieter Kachelhoffer
Pieter KachelhofferPriority
Components
Affects versions
Needs QA
Yes
Smart Checklist
Smart Checklist
Smart Checklist
Created March 22, 2023 at 12:59 PM
Updated June 27, 2023 at 12:57 PM
Resolved June 27, 2023 at 12:57 PM
I'm in the process to test pt-online-schema-change to see if it will resolve the schema change challenges we face.
Running it with a test schema change on my local MySQL v5.7 is working fine. When I try to run it on an Aurora MySQL db running on AWS, I get the following error:
DBD::mysql::db selectrow_arrayref failed: fetch() without execute() [for Statement "SHOW VARIABLES LIKE 'wsrep_on'"] at /opt/homebrew/Cellar/percona-toolkit/3.5.1/libexec/bin/pt-online-schema-change line 8209.
I've checked on my local db and that variable doesn't exist there as well but for some reason it's looking for that variable when running it against the AWS instance.