~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Removed server_id from common_includes.
Split xid stuff into its own files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                                plugin_logging.h \
60
60
                                plugin_qcache.h \
61
61
                                plugin_parser.h \
62
 
                                plugin_scheduling.h
 
62
                                plugin_scheduling.h \
 
63
                                xid.h
63
64
 
64
65
noinst_LTLIBRARIES = libhandler.la libyacc.la
65
66
 
253
254
                tmp_table.cc \
254
255
                tztime.cc \
255
256
                uniques.cc \
256
 
                unireg.cc
 
257
                unireg.cc \
 
258
                xid.cc
257
259
 
258
260
libhandler_la_SOURCES = handler.cc
259
261
libyacc_la_SOURCES = sql_yacc.yy