~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merge Padraig's cleanup-exec-command branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                calendar.h \
38
38
                check_stack_overrun.h \
39
39
                command.h \
 
40
                command/assign_to_keycache.h \
 
41
                command/checksum.h \
 
42
                command/commit.h \
 
43
                command/empty_query.h \
 
44
                command/load.h \
 
45
                command/rollback.h \
40
46
                command/select.h \
 
47
                command/show_create.h \
 
48
                command/show_engine_status.h \
 
49
                command/show_errors.h \
 
50
                command/show_processlist.h \
41
51
                command/show_status.h \
 
52
                command/show_warnings.h \
42
53
                common.h \
43
54
                comp_creator.h \
44
55
                connect.h \
379
390
                cached_item.cc \
380
391
                calendar.cc \
381
392
                check_stack_overrun.cc \
 
393
                command/assign_to_keycache.cc \
 
394
                command/checksum.cc \
 
395
                command/commit.cc \
 
396
                command/empty_query.cc \
 
397
                command/load.cc \
 
398
                command/rollback.cc \
382
399
                command/select.cc \
 
400
                command/show_create.cc \
 
401
                command/show_engine_status.cc \
 
402
                command/show_errors.cc \
 
403
                command/show_processlist.cc \
383
404
                command/show_status.cc \
 
405
                command/show_warnings.cc \
384
406
                comp_creator.cc \
385
407
                create_field.cc \
386
408
                current_session.cc \