mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
fill_help_tables.sh:
Typo fix , scripts/fill_help_tables.sh: Typo fix ,
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user