pt-osc case sensitivity issue

Description

https://github.com/percona/percona-toolkit/blob/3.0/bin/pt-online-schema-change#L3487

TLDR: remove the "|| $row->[0] ne $tbl" condition

doesn't really make sense to check this, as it's not doing a pattern match, and this makes the tool case sensitive even on case-insensitive mysql dbs.  consider the following show result:

 
mysql> show tables like 'Transactions';
----------------------------------------

Tables_in_fantasywallet (Transactions)

----------------------------------------

transactions

----------------------------------------

Environment

None

Smart Checklist

Activity

Lalit Choudhary July 6, 2020 at 1:00 PM

Hi Trey,

Thank you for the report.

 

Done

Details

Assignee

Reporter

Priority

Fix versions

Smart Checklist

Created June 11, 2020 at 12:04 AM
Updated February 29, 2024 at 8:58 PM
Resolved November 13, 2023 at 9:59 PM