summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2009-02-06 06:55:23 +0000
committerTim Starling <tstarling@users.mediawiki.org>2009-02-06 06:55:23 +0000
commit77a9595eb3f41b3e187dc6129d1bceecab6b2ca7 (patch)
treef49dd219fb863295987ebc79cb9eefdf0cdbc5af
parent59da2e5d6013911f7f1fdd0573891194e5e25d2b (diff)
Another fix for broken comment parsing in some MySQL version.origin/REL1_5
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/46901
-rw-r--r--maintenance/tables.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/tables.sql b/maintenance/tables.sql
index e53a6582c8a2..01a9fb29f5e4 100644
--- a/maintenance/tables.sql
+++ b/maintenance/tables.sql
@@ -821,14 +821,14 @@ CREATE TABLE /*$wgDBprefix*/logging (
-- Hold group name and description
---CREATE TABLE /*$wgDBprefix*/groups (
+-- CREATE TABLE /*$wgDBprefix*/groups (
-- gr_id int(5) unsigned NOT NULL auto_increment,
-- gr_name varchar(50) NOT NULL default '',
-- gr_description varchar(255) NOT NULL default '',
-- gr_rights tinyblob,
-- PRIMARY KEY (gr_id)
--
---) TYPE=InnoDB;
+-- ) TYPE=InnoDB;
CREATE TABLE /*$wgDBprefix*/trackbacks (
tb_id INTEGER AUTO_INCREMENT PRIMARY KEY,