1DBIx::Connector::DriverU:s:emrysCqoln(t3r)ibuted Perl DoDcBuImxe:n:tCaotninoenctor::Driver::mysql(3)
2
3
4
6 DBIx::Connector::Driver::mysql - MySQL-specific connection interface
7
9 This subclass of DBIx::Connector::Driver provides MySQL-specific
10 implementations of the following methods:
11
12 "savepoint"
13 "release"
14 "rollback_to"
15
16 It also modifies the connection attributes as follows:
17
18 "mysql_auto_reconnect"
19 Will always be set to false. This is to prevent MySQL's auto-
20 reconnection feature from interfering with DBIx::Connector's auto-
21 reconnection functionality in "fixup" mode.
22
24 This module was written by:
25
26 David E. Wheeler <david@kineticode.com>
27
28 It is based on code written by:
29
30 Matt S. Trout <mst@shadowcatsystems.co.uk>
31 Peter Rabbitson <rabbit+dbic@rabbit.us>
32
34 Copyright (c) 2009-2013 David E. Wheeler. Some Rights Reserved.
35
36 This module is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39
40
41perl v5.38.0 2023-08-04 DBIx::Connector::Driver::mysql(3)