X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F71mysql.t;fp=t%2F71mysql.t;h=c9e03afacef11e9f9cfee77e9c5ab99a2360b2ff;hb=de5f71ef956cfad4e7339022a63480068b68d16c;hp=c58c1420fb962bfd2c91c6dbc8d37526254d13c7;hpb=243ddc4a9c9e446ab7a8a3b805bcc8ed0d17f3ef;p=dbsrgits%2FDBIx-Class.git diff --git a/t/71mysql.t b/t/71mysql.t index c58c142..c9e03af 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -174,8 +174,7 @@ lives_ok { $cd->set_producers ([ $producer ]) } 'set_relationship doesnt die'; }, 'join does not throw (mysql 3 test)'; # induce a jointype override, make sure it works even if we don't have mysql3 - no warnings qw/redefine/; - local *DBIx::Class::SQLAHacks::MySQL::_default_jointype = sub {'inner'}; + local $schema->storage->sql_maker->{_default_jointype} = 'inner'; is_same_sql_bind ( $rs->as_query, '(