﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1535	storage_engine in _installer/install_step1.php	noRiddle	somebody	"In Zeile 154 der Datei ''_installer/install_step1.php'' wird folgende Query definiert:

{{{
xtc_db_query(""SET storage_engine = MYISAM"");
}}}
Das wirft ein Warning

{{{
[11-10-2018 14:49:35] E_USER_WARNING	: LoggingManager: 1193 - Unknown system variable 'storage_engine'<br/><br/>SET storage_engine = MYISAM in File: /usr/www/users/hoevel/modified_2042/inc/db_functions_mysqli.inc.php on Line: 161
[11-10-2018 14:49:35] E_USER_WARNING	: LoggingManager: Backtrace #0 - /usr/www/users/hoevel/modified_2042/_installer/install_step1.php called at Line 154
}}}
Es muß heißen

{{{
xtc_db_query(""SET default_storage_engine = MYISAM"");
}}}

wenn ich den Zweck der Query richtig verstanden habe.

Gruß,
noRiddle"	Bug/Fehler	closed	normal	modified-shop-2.0.5.0	Installer	2.0.4.2	fixed				
