~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

Merged style fix from Ronald.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2689
2689
 
2690
2690
TABLE_LIST *TABLE_LIST::first_leaf_for_name_resolution()
2691
2691
{
2692
 
  TABLE_LIST *cur_table_ref = NULL;
 
2692
  TABLE_LIST *cur_table_ref= NULL;
2693
2693
  NESTED_JOIN *cur_nested_join;
2694
2694
 
2695
2695
  if (is_leaf_for_name_resolution())