Skip to content
Permalink
Browse files
Correct a function comment
  • Loading branch information
dr-m committed Sep 26, 2018
1 parent 7aba6f8 commit 85cdb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -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);
@@ -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 */

0 comments on commit 85cdb63

Please sign in to comment.