~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-29 13:44:52 UTC
  • mfrom: (520.4.24 devel)
  • Revision ID: brian@tangent.org-20081029134452-1nm5k9jw9mao0r1k
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
/*=========================*/
301
301
                                        /* out: TRUE if str starts
302
302
                                        with keyword */
303
 
        void*           mysql_session,  /* in: MySQL thread handle */
 
303
        void*           mysql_thd,      /* in: MySQL thread handle */
304
304
        const char*     str,            /* in: string to scan for keyword */
305
305
        const char*     keyword);       /* in: keyword to look for */
306
306
/*************************************************************************