Commit 1172215b authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

fill_help_tables.sh:

  Typo fix
  ,
parent 93ac639f
...@@ -148,7 +148,7 @@ print " description text not null,"; ...@@ -148,7 +148,7 @@ print " description text not null,";
print " example text not null,"; print " example text not null,";
print " url varchar(128) not null,"; print " url varchar(128) not null,";
print " primary key (help_topic_id),"; print " primary key (help_topic_id),";
print " uniuqe index(name)"; print " unique index(name)";
print ") type=myisam;\n\n"; print ") type=myisam;\n\n";
print "DROP TABLE IF EXISTS help_category;\n"; print "DROP TABLE IF EXISTS help_category;\n";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment