224
224
nested_join_st *nested_join; ///< if the element is a nested join
225
225
TableList *embedding; ///< nested join containing the table
226
226
List<TableList> *join_list; ///< join list the table belongs to
228
228
char timestamp_buffer[20]; ///< buffer for timestamp (19+1)
230
230
/** true if an alias for this table was specified in the SQL. */