~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
562
562
                 const char **errmsg);
563
563
 
564
564
/* mysqld.cc */
565
 
extern void MYSQLerror(const char*);
566
565
void refresh_status(Session *session);
567
566
bool mysql_rm_tmp_tables(void);
568
567
void handle_connection_in_main_thread(Session *session);