~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
bool mysqld_show_open_tables(THD *thd,const char *wild);
31
31
bool mysqld_show_logs(THD *thd);
32
32
void append_identifier(THD *thd, String *packet, const char *name,
33
 
                       uint length);
 
33
                       uint32_t length);
34
34
void mysqld_list_fields(THD *thd,TableList *table, const char *wild);
35
35
int mysqld_dump_create_info(THD *thd, TableList *table_list, int fd);
36
36
bool mysqld_show_create(THD *thd, TableList *table_list);