Skip to content

Commit

Permalink
Merge branch '10.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Oct 1, 2018
2 parents 5aa18f4 + 85cdb63 commit 9556d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/innobase/dict/dict0dict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ dict_table_has_column(
}

/** Retrieve the column name.
@param[in] table table name */
@param[in] table the table of this column */
const char* dict_col_t::name(const dict_table_t& table) const
{
ut_ad(table.magic_n == DICT_TABLE_MAGIC_N);
Expand Down
2 changes: 1 addition & 1 deletion storage/innobase/include/dict0mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ struct dict_col_t{
} def_val;

/** Retrieve the column name.
@param[in] table table name */
@param[in] table the table of this column */
const char* name(const dict_table_t& table) const;

/** @return whether this is a virtual column */
Expand Down

0 comments on commit 9556d56

Please sign in to comment.