~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

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

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

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)));