Commit 9556d56d authored by Sergei Golubchik's avatar Sergei Golubchik

Merge branch '10.3'

parents 5aa18f4e 85cdb63f
...@@ -611,7 +611,7 @@ dict_table_has_column( ...@@ -611,7 +611,7 @@ dict_table_has_column(
} }
/** Retrieve the column name. /** 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 const char* dict_col_t::name(const dict_table_t& table) const
{ {
ut_ad(table.magic_n == DICT_TABLE_MAGIC_N); ut_ad(table.magic_n == DICT_TABLE_MAGIC_N);
......
...@@ -601,7 +601,7 @@ struct dict_col_t{ ...@@ -601,7 +601,7 @@ struct dict_col_t{
} def_val; } def_val;
/** Retrieve the column name. /** 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; const char* name(const dict_table_t& table) const;
/** @return whether this is a virtual column */ /** @return whether this is a virtual column */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment