~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Renamed namespace slot to namespace service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
                select_subselect.h \
301
301
                select_to_file.h \
302
302
                select_union.h \
 
303
                service/authentication.h \
 
304
                service/command_replicator.h \
 
305
                service/command_applier.h \
 
306
                service/error_message.h \
 
307
                service/function.h \
 
308
                service/info_schema.h \
 
309
                service/listen.h \
 
310
                service/logging.h \
 
311
                service/query_cache.h \
 
312
                service/scheduler.h \
 
313
                service/storage_engine.h \
303
314
                session.h \
304
315
                set_var.h \
305
316
                show.h \
306
 
                slot/authentication.h \
307
 
                slot/command_replicator.h \
308
 
                slot/command_applier.h \
309
 
                slot/error_message.h \
310
 
                slot/function.h \
311
 
                slot/info_schema.h \
312
 
                slot/listen.h \
313
 
                slot/logging.h \
314
 
                slot/query_cache.h \
315
 
                slot/scheduler.h \
316
 
                slot/storage_engine.h \
317
317
                sql_alloc.h \
318
318
                sql_array.h \
319
319
                sql_base.h \
623
623
                query_id.cc \
624
624
                records.cc \
625
625
                replication_services.cc \
 
626
                service/authentication.cc \
 
627
                service/command_replicator.cc \
 
628
                service/command_applier.cc \
 
629
                service/error_message.cc \
 
630
                service/function.cc \
 
631
                service/info_schema.cc \
 
632
                service/listen.cc \
 
633
                service/logging.cc \
 
634
                service/query_cache.cc \
 
635
                service/scheduler.cc \
 
636
                service/storage_engine.cc \
626
637
                session.cc \
627
638
                set_var.cc \
628
639
                show.cc \
629
 
                slot/authentication.cc \
630
 
                slot/command_replicator.cc \
631
 
                slot/command_applier.cc \
632
 
                slot/error_message.cc \
633
 
                slot/function.cc \
634
 
                slot/info_schema.cc \
635
 
                slot/listen.cc \
636
 
                slot/logging.cc \
637
 
                slot/query_cache.cc \
638
 
                slot/scheduler.cc \
639
 
                slot/storage_engine.cc \
640
640
                sql_alloc.cc \
641
641
                sql_base.cc \
642
642
                sql_delete.cc \