~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

  • Committer: Brian Aker
  • Date: 2009-12-01 21:58:19 UTC
  • mto: (1237.3.2 push)
  • mto: This revision was merged to the branch mainline in revision 1236.
  • Revision ID: brian@gaz-20091201215819-y4ye7tiopu9a1sz1
Remove the need for trans/non-trans temp tables for lock conditions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                        db, table_name,
45
45
                                        true);
46
46
      break;
47
 
    case NON_TRANSACTIONAL_TMP_TABLE:
48
 
    case TRANSACTIONAL_TMP_TABLE:
 
47
    case TEMP_TABLE:
49
48
      path_length= build_tmptable_filename(path, sizeof(path));
50
49
      break;
51
50
    case SYSTEM_TMP_TABLE: