Files
percona-toolkit/t/pt-archiver/samples
Carlos Salguero a4ecd9678f PT-143 Fixed key handling
When tehre is a table having a key like:
PRIMARY KEY (`id`,`start`,`end`,`user_id`(13),`interval`),
DBI driver is taking (13) as part of the field name.
Fixed the way pt-archiver composes the key using DBI cols field
instead of the colnames field since the cols field has the correct
field names for the key.
2017-05-18 12:03:02 -03:00
..
2012-06-05 12:28:36 -03:00
2017-05-18 12:03:02 -03:00