Core/Battle.net: Query optimizations part2 - made all queries asynchronous

This commit is contained in:
Shauren
2015-04-11 18:58:13 +02:00
parent 8125b2050b
commit ff101cd100
6 changed files with 143 additions and 69 deletions

View File

@@ -180,7 +180,6 @@ CREATE TABLE `battlenet_account_bans` (
`unbandate` int(10) unsigned NOT NULL DEFAULT '0',
`bannedby` varchar(50) NOT NULL,
`banreason` varchar(255) NOT NULL,
`active` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`,`bandate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Ban List';
/*!40101 SET character_set_client = @saved_cs_client */;