~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2008-09-15 21:41:39 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080915214139-3blpxqqpssx081j3
Removed mysqld_suffix. Pointless.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "rpl_filter.h"
22
22
#include "repl_failsafe.h"
23
23
#include "stacktrace.h"
24
 
#include "mysqld_suffix.h"
25
24
#include <mysys/mysys_err.h>
26
25
#include <sys/poll.h>
27
26
#include <netinet/tcp.h>
4955
4954
  (DRIZZLE_SERVER_SUFFIX is set by the compilation environment)
4956
4955
*/
4957
4956
 
 
4957
#ifdef DRIZZLE_SERVER_SUFFIX
 
4958
#define DRIZZLE_SERVER_SUFFIX_STR STRINGIFY_ARG(DRIZZLE_SERVER_SUFFIX)
 
4959
#else
 
4960
#define DRIZZLE_SERVER_SUFFIX_STR DRIZZLE_SERVER_SUFFIX_DEF
 
4961
#endif
 
4962
 
4958
4963
static void set_server_version(void)
4959
4964
{
4960
4965
  char *end= strxmov(server_version, DRIZZLE_SERVER_VERSION,