]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - extras/m_sqloper.mysql.sql
Fix various problems detected by Clang 3.4.
[user/henk/code/inspircd.git] / extras / m_sqloper.mysql.sql
index ee993c7719fa98d07ffbddd5c14fcd837b2e6e19..293a2aa7041c8faf4ccf669ff3652ffd9dc1d29e 100644 (file)
@@ -1 +1,24 @@
--- MySQL dump 9.11\r--\r-- Host: localhost    Database: brain\r-- ------------------------------------------------------\r-- Server version        4.0.20\r\r--\r-- Table structure for table `ircd_opers`\r--\r\rCREATE TABLE ircd_opers (\r  id bigint(20) NOT NULL auto_increment,\r  username text,\r  password text,\r  hostname text,\r  type text,\r  PRIMARY KEY  (id)\r) TYPE=MyISAM;\r\r--\r-- Dumping data for table `ircd_opers`\r--\r\r\r
\ No newline at end of file
+-- MySQL dump 9.11
+--
+-- Host: localhost    Database: brain
+-- ------------------------------------------------------
+-- Server version      4.0.20
+
+--
+-- Table structure for table `ircd_opers`
+--
+
+CREATE TABLE ircd_opers (
+  id bigint(20) NOT NULL auto_increment,
+  username text,
+  password text,
+  hostname text,
+  type text,
+  PRIMARY KEY  (id)
+) TYPE=MyISAM;
+
+--
+-- Dumping data for table `ircd_opers`
+--
+
+