diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-02-13 10:42:18 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-02-13 10:42:18 +0400 |
commit | 8ae8145813d1a116e7c81c0092e0df93d0005a9f (patch) | |
tree | c90edf7dec72c78dd613126af64ac00752e28b79 /scripts | |
parent | e1173be0e2a752a91341db33847b2df77d709a01 (diff) | |
download | mariadb-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.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"; |