WL#5030: Splitting mysql_priv.h

Minor fixes required because of changes since patches were developed.
This commit is contained in:
Mats Kindahl 2010-04-05 16:10:10 +02:00
parent 8a0c1ddc60
commit df3349f0a4
2 changed files with 1 additions and 5 deletions

View File

@ -7689,7 +7689,7 @@ static char *get_relative_path(const char *path)
1 if len(path) > FN_REFLEN
*/
static bool
bool
fn_format_relative_to_data_home(char * to, const char *name,
const char *dir, const char *extension)
{

View File

@ -199,10 +199,6 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
{ return false; }
#endif /*NO_EMBEDDED_ACCESS_CHECKS*/
#ifdef EMBEDDED_LIBRARY
#define check_stack_overrun(A, B, C) 0
#endif /* EMBEDDED_LIBRARY */
/* These were under the INNODB_COMPATIBILITY_HOOKS */
bool check_global_access(THD *thd, ulong want_access);