~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

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
 
static ulint
 
1231
ulint
1232
1232
dict_foreign_eval_sql(
1233
1233
/*==================*/
1234
1234
                                /* out: error code or DB_SUCCESS */