use full table name for MySQL key cache
authorRafael Kitover <rkitover@cpan.org>
Wed, 12 Oct 2011 15:15:12 +0000 (11:15 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 12 Oct 2011 15:15:12 +0000 (11:15 -0400)
commit0a4273b7ec460eecf7abf6d6c9cc673c75950d2b
treec815b7d683d387fa703793d79fb3b3403a74e9ff
parentba3e8f029d095ad9c6dc056ba053c0ef64616afe
use full table name for MySQL key cache

Primary/unique key cache now caches by $table->sql_name instead of
$table.

Failure to do so returned the wrong keys for the same table name in
multi-db_schema dumps.
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm