~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

Merge in Monty's rename patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
540
540
 
541
541
    For more information about view definition query, INFORMATION_SCHEMA
542
542
    query and why they should be generated from the Item-tree, @see
543
 
    mysql_register_view().
 
543
    register_view().
544
544
  */
545
545
  virtual void print(String *str, enum_query_type query_type);
546
546