mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
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.
This commit is contained in:
parent
41bd9dfe61
commit
a9b1a67b29
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ static
|
|||
void
|
||||
dict_field_print_low(
|
||||
/*=================*/
|
||||
dict_field_t* field); /*!< in: field */
|
||||
const dict_field_t* field); /*!< in: field */
|
||||
/*********************************************************************//**
|
||||
Frees a foreign key struct. */
|
||||
static
|
||||
|
@ -4403,7 +4403,7 @@ static
|
|||
void
|
||||
dict_field_print_low(
|
||||
/*=================*/
|
||||
dict_field_t* field) /*!< in: field */
|
||||
const dict_field_t* field) /*!< in: field */
|
||||
{
|
||||
ut_ad(mutex_own(&(dict_sys->mutex)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue