~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-02-04 15:58:21 UTC
  • mfrom: (1280.1.9 build)
  • Revision ID: brian@gaz-20100204155821-bi4txluiivy043sb
Rollup of Brian, Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
class select_union;
491
491
class Tmp_Table_Param;
492
492
 
493
 
typedef struct st_changed_table_list
494
 
{
495
 
  struct        st_changed_table_list *next;
496
 
  char          *key;
497
 
  uint32_t key_length;
498
 
} CHANGED_TableList;
499
 
 
500
493
struct open_table_list_st
501
494
{
502
495
  std::string   db;