diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-02-10 14:18:00 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-02-10 14:18:00 +0100 |
commit | 716161ea03c5018f308017dd9279731a322e26bc (patch) | |
tree | 81fd11e6c90dbaf7af4bf308832ed86a031f31ff | |
parent | e568dc9723e24159330a2848d510fbd2e6974130 (diff) | |
parent | 4932ec871f6e8270fdbe50ef33631a4106edd198 (diff) | |
download | mariadb-git-716161ea03c5018f308017dd9279731a322e26bc.tar.gz |
Merge branch '5.5' into 10.1
-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) |