Changes of Revision 3
[-] [+] | Changed | sqlgrey.changes |
[-] [+] | Changed | sqlgrey.spec ^ |
[-] [+] | Added | sqlgrey-load-DBIx-DBCluster.patch ^ |
@@ -0,0 +1,13 @@ +--- sqlgrey.orig 2020-05-18 13:36:32.145599394 +0200 ++++ sqlgrey 2020-05-18 13:37:17.093599427 +0200 +@@ -806,8 +806,8 @@ + + } else { + +- $self->mylog('dbaccess', 1, "Using DBIx:DBCluster"); +- ++ $self->mylog('dbaccess', 1, "Using DBIx::DBCluster"); ++ use DBIx::DBCluster; + my @read_hosts = split(/[,\s]+/ ,$dflt{'read_hosts'}); + $self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts)); + |