~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
600
600
class select_union;
601
601
class TMP_TABLE_PARAM;
602
602
 
603
 
struct Field_translator
604
 
{
605
 
  Item *item;
606
 
  const char *name;
607
 
};
608
 
 
609
 
 
610
603
typedef struct st_changed_table_list
611
604
{
612
605
  struct        st_changed_table_list *next;