~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2008-11-02 03:17:55 UTC
  • mto: (520.4.45 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: monty@inaugust.com-20081102031755-cpzp7dlqoa7rcs1v
Removed a bunch of unusued tests and defines from autoconf.
Fixed the way we were doing cmath - and moved it out of global.h. Still probably
isn't right for Sun Studio, but we're getting closer I think.

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*);
 
565
extern void DRIZZLEerror(const char*);
566
566
void refresh_status(Session *session);
567
567
bool mysql_rm_tmp_tables(void);
568
568
void handle_connection_in_main_thread(Session *session);