summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnel Husakovic <anel@mariadb.org>2020-01-29 12:49:06 +0100
committerAnel Husakovic <anel@mariadb.org>2020-01-29 12:50:17 +0100
commit4932ec871f6e8270fdbe50ef33631a4106edd198 (patch)
tree8e00f6e8d54318e919972bfd7fc1ab387ab236be
parent585e32cf3a61543752716b8e5161ca3764ae23c3 (diff)
downloadmariadb-git-4932ec871f6e8270fdbe50ef33631a4106edd198.tar.gz
Clean the comment for `table_f_c unt` parameter
Deleted with commit: c70a9fa1e3c4
-rw-r--r--sql/table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index c50476cce84..94b006f1cd6 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -3610,7 +3610,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)