~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 20:07:09 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807200709-igc524sy3od6u3hk
Removed the Statement class. Copied any members it had that were needed by
the Session class in to that class. Removed the inheritance from Statement
in the Session class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                cached_item.h \
37
37
                calendar.h \
38
38
                check_stack_overrun.h \
39
 
                statement.h \
40
 
                statement/checksum.h \
41
 
                statement/commit.h \
42
 
                statement/delete.h \
43
 
                statement/empty_query.h \
44
 
                statement/load.h \
45
 
                statement/rollback.h \
46
 
                statement/select.h \
47
 
                statement/show_create.h \
48
 
                statement/show_engine_status.h \
49
 
                statement/show_errors.h \
50
 
                statement/show_processlist.h \
51
 
                statement/show_status.h \
52
 
                statement/show_warnings.h \
 
39
                command.h \
 
40
                command/checksum.h \
 
41
                command/commit.h \
 
42
                command/delete.h \
 
43
                command/empty_query.h \
 
44
                command/load.h \
 
45
                command/rollback.h \
 
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 \
 
51
                command/show_status.h \
 
52
                command/show_warnings.h \
53
53
                common.h \
54
54
                comp_creator.h \
55
55
                connect.h \
388
388
                cached_item.cc \
389
389
                calendar.cc \
390
390
                check_stack_overrun.cc \
391
 
                statement/checksum.cc \
392
 
                statement/commit.cc \
393
 
                statement/delete.cc \
394
 
                statement/empty_query.cc \
395
 
                statement/load.cc \
396
 
                statement/rollback.cc \
397
 
                statement/select.cc \
398
 
                statement/show_create.cc \
399
 
                statement/show_engine_status.cc \
400
 
                statement/show_errors.cc \
401
 
                statement/show_processlist.cc \
402
 
                statement/show_status.cc \
403
 
                statement/show_warnings.cc \
 
391
                command/checksum.cc \
 
392
                command/commit.cc \
 
393
                command/delete.cc \
 
394
                command/empty_query.cc \
 
395
                command/load.cc \
 
396
                command/rollback.cc \
 
397
                command/select.cc \
 
398
                command/show_create.cc \
 
399
                command/show_engine_status.cc \
 
400
                command/show_errors.cc \
 
401
                command/show_processlist.cc \
 
402
                command/show_status.cc \
 
403
                command/show_warnings.cc \
404
404
                comp_creator.cc \
405
405
                create_field.cc \
406
406
                current_session.cc \