From 1172215ba9d264d359a5c30727172b902752ce54 Mon Sep 17 00:00:00 2001 From: "bar@bar.mysql.r18.ru" <> Date: Thu, 13 Feb 2003 10:42:18 +0400 Subject: [PATCH] fill_help_tables.sh: Typo fix , --- scripts/fill_help_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fill_help_tables.sh b/scripts/fill_help_tables.sh index da6b8ec80e..52dfa018d6 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"; -- 2.30.9