Browse Source

compiler warning fix

pull/374/head
unknown 19 years ago
parent
commit
42aa480b43
  1. 2
      sql/sql_show.cc

2
sql/sql_show.cc

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

Loading…
Cancel
Save