From: Arun Persaud Date: Fri, 5 Mar 2010 05:02:56 +0000 (-0800) Subject: fixed typo in create statement X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=bc566c5be2acb50a04003e25d3ec9cde4e791786 fixed typo in create statement --- diff --git a/create_database.sql b/create_database.sql index fd7b22a..e9577c9 100644 --- a/create_database.sql +++ b/create_database.sql @@ -263,7 +263,7 @@ CREATE TABLE `Card_Exchange` ( /*!40000 ALTER TABLE `Hand_Card` DISABLE KEYS */; -LOCK TABLES `Hand_Card` WRITE; +LOCK TABLES `Card_Exchange` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `Hand_Card` ENABLE KEYS */;