~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.h

  • Committer: Brian Aker
  • Date: 2011-02-03 20:32:09 UTC
  • mfrom: (2139.1.4 drizzle-build)
  • Revision ID: brian@tangent.org-20110203203209-r1t4knmy15x5n1w2
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
531
531
  void unlock_table_names(TableList *last_table= NULL);
532
532
 
533
533
private:
534
 
 
535
534
  table_map dep_tables; ///< tables the table depends on
536
535
  table_map on_expr_dep_tables; ///< tables on expression depends on
537
536
  nested_join_st *nested_join; ///< if the element is a nested join
538
537
  TableList *embedding; ///< nested join containing the table
539
538
  List<TableList> *join_list; ///< join list the table belongs to
540
539
  plugin::StorageEngine *db_type; ///< table_type for handler
541
 
  char timestamp_buffer[20]; ///< buffer for timestamp (19+1)
542
540
  bool internal_tmp_table;
 
541
 
543
542
  /** true if an alias for this table was specified in the SQL. */
544
543
  bool is_alias;
545
544
 
548
547
   * qualified name (<db_name>.<table_name>).
549
548
   */
550
549
  bool is_fqtn;
 
550
 
551
551
  /**
552
552
   * This TableList object corresponds to the table to be created
553
553
   * so it is possible that it does not exist (used in CREATE TABLE