Skip to content

Commit

Permalink
Engine Update to MyISAM
Browse files Browse the repository at this point in the history
thanks @billy1arm
  • Loading branch information
Necrovoice committed Jan 11, 2019
1 parent 7f4c5e6 commit 66a86bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion World/Setup/mangosdLoadDB.sql
Expand Up @@ -225,7 +225,7 @@ CREATE TABLE `conditions` (
`value2` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'data field two for the condition', `value2` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'data field two for the condition',
PRIMARY KEY (`condition_entry`), PRIMARY KEY (`condition_entry`),
UNIQUE KEY `unique_conditions` (`type`,`value1`,`value2`) UNIQUE KEY `unique_conditions` (`type`,`value1`,`value2`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1734 ROW_FORMAT=DYNAMIC COMMENT='Condition System'; ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1734 ROW_FORMAT=DYNAMIC COMMENT='Condition System';
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;


-- --
Expand Down

0 comments on commit 66a86bc

Please sign in to comment.