2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-30 12:07:09 +00:00

93_DbRep: attribute allowDeletion deleted, multiCmd: use of executeBeforeProc, executeAfterProc possible, prepare support of MariaDB

git-svn-id: https://svn.fhem.de/fhem/trunk@28621 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-03-08 23:25:01 +00:00
parent 3b8515e2f1
commit 0bc1763c5e

View File

@ -8276,9 +8276,6 @@ sub DbRep_mysql_DumpClientSide {
my $paref = shift;
my $hash = $paref->{hash};
my $name = $paref->{name};
my $dbloghash = $defs{$hash->{HELPER}{DBLOGDEVICE}};
my $dbmodel = $dbloghash->{MODEL};
my $dump_path = AttrVal ($name, "dumpDirLocal", $dbrep_dump_path_def);
my $optimize_tables_beforedump = AttrVal ($name, "optimizeTablesBeforeDump", 0);