summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-02-13 10:42:18 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-02-13 10:42:18 +0400
commit8ae8145813d1a116e7c81c0092e0df93d0005a9f (patch)
treec90edf7dec72c78dd613126af64ac00752e28b79 /scripts
parente1173be0e2a752a91341db33847b2df77d709a01 (diff)
downloadmariadb-git-8ae8145813d1a116e7c81c0092e0df93d0005a9f.tar.gz
fill_help_tables.sh:
Typo fix , scripts/fill_help_tables.sh: Typo fix ,
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fill_help_tables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fill_help_tables.sh b/scripts/fill_help_tables.sh
index da6b8ec80ef..52dfa018d6e 100644
--- a/scripts/fill_help_tables.sh
+++ b/scripts/fill_help_tables.sh
@@ -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";