|
@@ -285,6 +285,7 @@ class Core_Storage_Mysql extends Core_StorageBase {
|
|
|
"\n\t" . implode(",\n\t", $sqlLinesCreateCmd) .
|
|
"\n\t" . implode(",\n\t", $sqlLinesCreateCmd) .
|
|
|
"\n" . ") ENGINE=MyISAM DEFAULT CHARSET={$encoding};";
|
|
"\n" . ") ENGINE=MyISAM DEFAULT CHARSET={$encoding};";
|
|
|
DBG::nicePrint($sql, "DBG:create table sql");
|
|
DBG::nicePrint($sql, "DBG:create table sql");
|
|
|
|
|
+ $this->_pdo->execSql($sql);
|
|
|
|
|
|
|
|
// CREATE TABLE IF NOT EXISTS `CRM__@SELECTED_CONTEXT` (
|
|
// CREATE TABLE IF NOT EXISTS `CRM__@SELECTED_CONTEXT` (
|
|
|
// `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
|
// `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
|