~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0dict.c

MErge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
3750
3750
 
3751
3751
        *constraints_to_drop = mem_heap_alloc(heap, 1000 * sizeof(char*));
3752
3752
 
3753
 
        str = dict_strip_comments(*(trx->mysql_query_str));
 
3753
        str = dict_strip_comments((trx->mysql_query_str));
3754
3754
        ptr = str;
3755
3755
 
3756
3756
        ut_ad(mutex_own(&(dict_sys->mutex)));