Commit a9b1a67b authored by Sergey Vojtovich's avatar Sergey Vojtovich

Applying InnoDB snapshot

Detailed revision comments:

r6609 | marko | 2010-02-09 13:45:40 +0200 (Tue, 09 Feb 2010) | 1 line
branches/zip: dict_field_print_low(): Add const qualifier.
parent 41bd9dfe
...@@ -140,7 +140,7 @@ static ...@@ -140,7 +140,7 @@ static
void void
dict_field_print_low( dict_field_print_low(
/*=================*/ /*=================*/
dict_field_t* field); /*!< in: field */ const dict_field_t* field); /*!< in: field */
/*********************************************************************//** /*********************************************************************//**
Frees a foreign key struct. */ Frees a foreign key struct. */
static static
...@@ -4403,7 +4403,7 @@ static ...@@ -4403,7 +4403,7 @@ static
void void
dict_field_print_low( dict_field_print_low(
/*=================*/ /*=================*/
dict_field_t* field) /*!< in: field */ const dict_field_t* field) /*!< in: field */
{ {
ut_ad(mutex_own(&(dict_sys->mutex))); ut_ad(mutex_own(&(dict_sys->mutex)));
......
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