mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Currently we do a full validation of AHI whenever check tables is
called on any table. This patch fixes this by only doing this full check in debug versions. bug#55716 rb://423 approved by: Marko
This commit is contained in:
parent
e3e0c290dd
commit
b4a25f462e
4 changed files with 10 additions and 0 deletions
|
|
@ -1746,6 +1746,7 @@ function_exit:
|
|||
}
|
||||
}
|
||||
|
||||
#if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG
|
||||
/********************************************************************//**
|
||||
Validates the search system.
|
||||
@return TRUE if ok */
|
||||
|
|
@ -1913,3 +1914,4 @@ btr_search_validate(void)
|
|||
|
||||
return(ok);
|
||||
}
|
||||
#endif /* defined UNIV_AHI_DEBUG || defined UNIV_DEBUG */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue