265
265
Field_iterator_table_ref::get_natural_column_ref()
269
267
assert(field_it == &natural_join_it);
271
269
The field belongs to a NATURAL join, therefore the column reference was
272
270
already created via one of the two constructor calls above. In this case
273
271
we just return the already created column reference.