~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 16:46:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1016.
  • Revision ID: brian@gaz-20090514164636-ipl0u2inw8nr7ueb
Remove dead session calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1443
1443
        if (UNIV_UNLIKELY(!session)) {
1444
1444
                q = '"';
1445
1445
        } else {
1446
 
                q = get_quote_char_for_identifier((Session*) session, s, (int) idlen);
 
1446
                q = get_quote_char_for_identifier();
1447
1447
        }
1448
1448
 
1449
1449
        if (q == EOF) {