1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

fill_help_tables.sh:

Typo fix
  ,


scripts/fill_help_tables.sh:
  Typo fix
  ,
This commit is contained in:
unknown
2003-02-13 10:42:18 +04:00
parent e1173be0e2
commit 8ae8145813

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";