mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
fill_help_tables.sh:
Typo fix ,
This commit is contained in:
parent
93ac639fc9
commit
1172215ba9
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue