~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/dict/dict0crea.c

InnoDB compiles clean. Need to send this patch upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1228
1228
/********************************************************************
1229
1229
Evaluate the given foreign key SQL statement. */
1230
1230
 
1231
 
ulint
 
1231
static ulint
1232
1232
dict_foreign_eval_sql(
1233
1233
/*==================*/
1234
1234
                                /* out: error code or DB_SUCCESS */