~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

Standardized TRUE/FALSE, removed/replaced DBUG symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
872
872
  Then one can later test for it by using ERROR_INJECT_CRASH_VALUE,
873
873
  ERROR_INJECT_ACTION_VALUE and ERROR_INJECT_VALUE. This have the same
874
874
  behaviour as the above described macros except that they use the
875
 
  error inject value instead of a code used by DBUG macros.
 
875
  error inject value instead of a code used by debug macros.
876
876
*/
877
877
#define SET_ERROR_INJECT_VALUE(x) \
878
878
  current_thd->error_inject_value= (x)