Subject: | 'SHOW INDEX' in MySQL/Introspector.pm |
Hi,
I am using DB::Introspector with MySQL 3.23.58 . In a migration script I'm checking wether indexes on a column exist or not.
For MySQL there seems to be invalid SQL sytax used for that. The fix that works for me is to replace 'SHOW INDEXES FROM' by 'SHOW INDEX FROM' in DB::Introspector::MySQL::Introspector::_fetch_indexes().
CU, Bernhard