~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

Refreshing from mainline branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  return NULL;
66
66
}
67
67
 
 
68
bool TableList::isCartesian() const
 
69
{
 
70
  return false;
 
71
}
 
72
 
68
73
bool TableList::placeholder()
69
74
{
70
75
  return derived || (create && !table->getDBStat()) || !table;