~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to ndb/src/ndbapi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-02 16:10:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070402161053-zkil9hjq9k5p1uzv
Tags: 5.0.37-0ubuntu1
* New upstream bugfix release.
  - Fixes replication failure with auto-increment and on duplicate key
    update, a regression introduced into 5.0.24. (LP: #95821)
* debian/control: Set Ubuntu maintainer.
* debian/rules: Change comments from 'Debian etch' to 'Ubuntu 7.04'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
# Copyright (C) 2004-2006 MySQL AB
 
18
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
 
17
32
#SUBDIRS = signal-sender
18
33
 
 
34
# Copyright (C) 2004, 2006 MySQL AB
 
35
 
36
# This program is free software; you can redistribute it and/or modify
 
37
# it under the terms of the GNU General Public License as published by
 
38
# the Free Software Foundation; version 2 of the License.
 
39
 
40
# This program is distributed in the hope that it will be useful,
 
41
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
42
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
43
# GNU General Public License for more details.
 
44
 
45
# You should have received a copy of the GNU General Public License
 
46
# along with this program; if not, write to the Free Software
 
47
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
48
 
 
49
# Copyright (C) 2004-2006 MySQL AB
 
50
 
51
# This program is free software; you can redistribute it and/or modify
 
52
# it under the terms of the GNU General Public License as published by
 
53
# the Free Software Foundation; version 2 of the License.
 
54
 
55
# This program is distributed in the hope that it will be useful,
 
56
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
57
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
58
# GNU General Public License for more details.
 
59
 
60
# You should have received a copy of the GNU General Public License
 
61
# along with this program; if not, write to the Free Software
 
62
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
63
 
19
64
srcdir = @srcdir@
20
65
top_srcdir = @top_srcdir@
21
66
VPATH = @srcdir@
213
258
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
214
259
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
215
260
NDB_DEFS = @NDB_DEFS@
 
261
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
216
262
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
217
263
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
264
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
265
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
218
266
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
219
267
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
220
268
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@