diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc index 52e63ea7389..f1a4b322a80 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -3728,7 +3728,6 @@ bool check_column_name(const char *name) been opened. @param[in] table The table to check - @param[in] table_f_count Expected number of columns in the table @param[in] table_def Expected structure of the table (column name and type) |