summaryrefslogtreecommitdiff
path: root/scripts/fill_help_tables.sh
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-02-13 10:42:18 +0400
committerbar@bar.mysql.r18.ru <>2003-02-13 10:42:18 +0400
commit1172215ba9d264d359a5c30727172b902752ce54 (patch)
treec90edf7dec72c78dd613126af64ac00752e28b79 /scripts/fill_help_tables.sh
parent93ac639fc902a90e1b469cdd145e6af25845373b (diff)
downloadmariadb-git-1172215ba9d264d359a5c30727172b902752ce54.tar.gz
fill_help_tables.sh:
Typo fix ,
Diffstat (limited to 'scripts/fill_help_tables.sh')
-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";