diff options
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index aa60a9e49c8..d95134c0390 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -49,10 +49,8 @@ static bool make_empty_rec(THD *, uchar *, uint, List<Create_field> &, uint, ulo Create a frm (table definition) file SYNOPSIS - mysql_create_frm() + build_frm_image() thd Thread handler - file_name Path for file (including database and .frm) - db Name of database table Name of table create_info create info parameters create_fields Fields to create |