Skip to content

Commit

Permalink
Add spaces after -- to avoid problems in strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 26, 2010
1 parent 6393fff commit f97fafe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/create_tables.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- --------------------------------------------------------
-- SQL Commands to set up the pmadb as described in Documentation.html.
--
--
-- This file is meant for use with MySQL 5 and above!
--
--
-- This script expects the user pma to already be existing. If we would put a
-- line here to create him too many users might just use this script and end
-- up with having the same password for the controluser.
Expand Down Expand Up @@ -173,9 +173,11 @@ CREATE TABLE IF NOT EXISTS `pma_designer_coords` (
ENGINE=MyISAM COMMENT='Table coordinates for Designer'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;

--
-- --------------------------------------------------------

--
-- Table structure for table `pma_tracking`
--
--

CREATE TABLE IF NOT EXISTS `pma_tracking` (
`db_name` varchar(64) collate utf8_bin NOT NULL,
Expand Down

0 comments on commit f97fafe

Please sign in to comment.