/[smeserver]/rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-mariadb1.patch
ViewVC logotype

Diff of /rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-mariadb1.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Thu Mar 31 11:25:33 2016 UTC Revision 1.2 by unnilennium, Thu Mar 31 12:57:39 2016 UTC
# Line 5  diff -Nur e-smith-mysql-2.6.0.old/root/e Line 5  diff -Nur e-smith-mysql-2.6.0.old/root/e
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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed