~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

A few changes to make the patch smaller/easier.

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
/*************************************************************************