fill_help_tables.sh:

Typo fix
  ,
This commit is contained in:
bar@bar.mysql.r18.ru 2003-02-13 10:42:18 +04:00
parent 93ac639fc9
commit 1172215ba9

View file

@ -148,7 +148,7 @@ print " description text not null,";
print " example text not null,";
print " url varchar(128) not null,";
print " primary key (help_topic_id),";
print " uniuqe index(name)";
print " unique index(name)";
print ") type=myisam;\n\n";
print "DROP TABLE IF EXISTS help_category;\n";