~ubuntu-branches/ubuntu/hardy/libterralib/hardy

« back to all changes in this revision

Viewing changes to src/terralib/drivers/MySQL/include/mysql_embed.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-25 22:32:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051125223259-3zubal8ux4ki4fjg
Tags: upstream-3.0.3b2
ImportĀ upstreamĀ versionĀ 3.0.3b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2000 MySQL AB
 
2
 
 
3
   This program is free software; you can redistribute it and/or modify
 
4
   it under the terms of the GNU General Public License as published by
 
5
   the Free Software Foundation; either version 2 of the License, or
 
6
   (at your option) any later version.
 
7
 
 
8
   This program is distributed in the hope that it will be useful,
 
9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
   GNU General Public License for more details.
 
12
 
 
13
   You should have received a copy of the GNU General Public License
 
14
   along with this program; if not, write to the Free Software
 
15
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
16
 
 
17
/* Defines that are unique to the embedded version of MySQL */
 
18
 
 
19
#ifdef EMBEDDED_LIBRARY
 
20
 
 
21
/* Things we don't need in the embedded version of MySQL */
 
22
/* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */
 
23
 
 
24
#undef HAVE_PSTACK                              /* No stacktrace */
 
25
#undef HAVE_DLOPEN                              /* No udf functions */
 
26
#undef HAVE_OPENSSL
 
27
#undef HAVE_ISAM
 
28
#undef HAVE_SMEM                                /* No shared memory */
 
29
#undef HAVE_NDBCLUSTER_DB /* No NDB cluster */
 
30
 
 
31
#define DONT_USE_RAID
 
32
 
 
33
#endif /* EMBEDDED_LIBRARY */