diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-10 19:10:59 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-12 23:12:30 +0100 |
commit | 34ee747f55f208097e910b6acd7edbc0e1eeb561 (patch) | |
tree | a6b89fde57bda258def416973d167999c3d19de7 /sql/sql_partition.cc | |
parent | 103715d0faab00c20f2d7e832fdca031952f36d7 (diff) | |
download | mariadb-git-34ee747f55f208097e910b6acd7edbc0e1eeb561.tar.gz |
cleanup: remove MARK_COLUMNS_NONE
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 826095154e8..b7ab9185033 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -1590,7 +1590,7 @@ bool fix_partition_func(THD *thd, TABLE *table, { DBUG_RETURN(FALSE); } - thd->column_usage= MARK_COLUMNS_NONE; + thd->column_usage= COLUMNS_WRITE; DBUG_PRINT("info", ("thd->column_usage: %d", thd->column_usage)); if (!is_create_table_ind || |