~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
    size_t path_length= 0;
286
286
 
287
287
    switch (type) {
288
 
    case NO_TMP_TABLE:
 
288
    case STANDARD_TABLE:
289
289
      path_length= build_table_filename(path, sizeof(path),
290
290
                                        db, table_name,
291
291
                                        false);