5 |
+{ |
+{ |
6 |
+ # InnoDB is mandatory with mariadb |
+ # InnoDB is mandatory with mariadb |
7 |
+ my $a = $DB->get("mysqld") or return; |
+ my $a = $DB->get("mysqld") or return; |
8 |
+ return unless (exists $mysqld{'InnoDB'}; |
+ return unless (exists $mysqld{'InnoDB'}); |
9 |
+ $DB->delete_prop('mysqld', 'InnoDB'); |
+ $DB->get_prop_and_delete('mysqld', 'InnoDB'); |
10 |
+} |
+} |
11 |
diff -Nur e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs |
diff -Nur e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs |
12 |
--- e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2016-02-05 17:29:32.000000000 -0500 |
--- e-smith-mysql-2.6.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs 2016-02-05 17:29:32.000000000 -0500 |