compiler warning fix

This commit is contained in:
gluh@mysql.com/eagle.(none) 2007-08-21 18:59:42 +05:00
parent 9bae69b299
commit 4446fd4b0d

View File

@ -3412,7 +3412,9 @@ static int get_schema_triggers_record(THD *thd, TABLE_LIST *tables,
} }
} }
} }
#ifndef NO_EMBEDDED_ACCESS_CHECKS
ret: ret:
#endif
DBUG_RETURN(0); DBUG_RETURN(0);
} }