~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/include.am

  • Committer: Lee Bieber
  • Date: 2010-11-07 19:34:48 UTC
  • mfrom: (1910.1.2 build)
  • Revision ID: kalebral@gmail.com-20101107193448-64kdu912qej354sh
Merge Stewart - including adapting and expanding the "differences from mysql" page from the wiki.
Merge Stewart - fix bug 668143: drizzleslap with --commit runs second iteration data load in a transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# vim:ft=automake
2
 
#  Copyright (C) 2009 Sun Microsystems, Inc.
 
2
#  Copyright (C) 2009 Sun Microsystems
3
3
#
4
4
#  This program is free software; you can redistribute it and/or modify
5
5
#  it under the terms of the GNU General Public License as published by
19
19
EXTRA_DIST+= drizzled/internal/CHARSET_INFO.txt
20
20
noinst_HEADERS+= \
21
21
                drizzled/internal/aio_result.h \
 
22
                drizzled/internal/getrusage.h \
22
23
                drizzled/internal/iocache.h \
23
24
                drizzled/internal/m_string.h \
24
25
                drizzled/internal/my_bit.h \
43
44
                                          drizzled/internal/bmove_upp.cc \
44
45
                                          drizzled/internal/checksum.cc \
45
46
                                          drizzled/internal/default.cc \
 
47
                                          drizzled/internal/dtoa.cc \
46
48
                                          drizzled/internal/int2str.cc \
47
49
                                          drizzled/internal/iocache.cc \
48
50
                                          drizzled/internal/llstr.cc \
73
75
                                          drizzled/internal/my_redel.cc \
74
76
                                          drizzled/internal/my_rename.cc \
75
77
                                          drizzled/internal/my_static.cc \
 
78
                                          drizzled/internal/my_strtoll10.cc \
76
79
                                          drizzled/internal/my_symlink.cc \
77
80
                                          drizzled/internal/my_symlink2.cc \
78
81
                                          drizzled/internal/my_sync.cc \