diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2020-12-15 16:28:42 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2021-01-11 18:12:59 +0530 |
commit | fdc4b7a6b222ffdcbe355255b40e500d339fbf3b (patch) | |
tree | 69dacaaa3ddd7a44e3d76b0370051d871d7febc7 /sql/sql_class.cc | |
parent | 3b548d3bbf888e7c9e9853cf826e528b5195d8bd (diff) | |
download | mariadb-git-fdc4b7a6b222ffdcbe355255b40e500d339fbf3b.tar.gz |
MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_ID
with wrong data type is added
Inplace alter fails to report error when fts_doc_id column with
wrong data type is added.
prepare_inplace_alter_table_dict(): Should check whether the column
is fts_doc_id. It should be of bigint type, should accept non null
data type and it should be in capital letters.
Diffstat (limited to 'sql/sql_class.cc')
0 files changed, 0 insertions, 0 deletions