~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/dict0dict.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
/*=========================*/
287
287
                                        /* out: TRUE if str starts
288
288
                                        with keyword */
289
 
        void*           mysql_thd,      /* in: MySQL thread handle */
 
289
        void*           mysql_session,  /* in: MySQL thread handle */
290
290
        const char*     str,            /* in: string to scan for keyword */
291
291
        const char*     keyword);       /* in: keyword to look for */
292
292
/*************************************************************************