diff options
author | bar@bar.mysql.r18.ru <> | 2003-02-13 10:42:18 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-02-13 10:42:18 +0400 |
commit | 1172215ba9d264d359a5c30727172b902752ce54 (patch) | |
tree | c90edf7dec72c78dd613126af64ac00752e28b79 /scripts/fill_help_tables.sh | |
parent | 93ac639fc902a90e1b469cdd145e6af25845373b (diff) | |
download | mariadb-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.sh | 2 |
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"; |