~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

Merge from Nathan (and a further removal of dead dir sym code).

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
 
272
272
  table_path.append(dbbuff);
273
273
  table_path.append(FN_ROOTDIR);
274
 
#ifdef USE_SYMDIR
275
 
  table_path.clear();
276
 
#endif
277
274
  table_path.append(tbbuff);
278
275
 
279
276
  if (bufflen < table_path.length())