~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1690
1690
extern const LEX_STRING view_type;
1691
1691
extern scheduler_functions thread_scheduler;
1692
1692
extern TYPELIB thread_handling_typelib;
1693
 
extern uint8 uc_update_queries[SQLCOM_END+1];
 
1693
extern uint8_t uc_update_queries[SQLCOM_END+1];
1694
1694
extern uint sql_command_flags[];
1695
1695
extern TYPELIB log_output_typelib;
1696
1696