~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merged in plugin-slot-reorg patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                atomic/pthread_traits.h \
33
33
                atomic/sun_studio.h \
34
34
                atomics.h \
35
 
                authentication.h \
36
35
                base.h \
37
36
                cached_item.h \
38
37
                calendar.h \
39
38
                check_stack_overrun.h \
40
 
                statement.h \
41
 
                statement/alter_schema.h \
42
 
                statement/alter_table.h \
43
 
                statement/analyze.h \
44
 
                statement/change_schema.h \
45
 
                statement/check.h \
46
 
                statement/checksum.h \
47
 
                statement/commit.h \
48
 
                statement/create_index.h \
49
 
                statement/create_schema.h \
50
 
                statement/create_table.h \
51
 
                statement/delete.h \
52
 
                statement/drop_index.h \
53
 
                statement/drop_schema.h \
54
 
                statement/drop_table.h \
55
 
                statement/empty_query.h \
56
 
                statement/flush.h \
57
 
                statement/insert.h \
58
 
                statement/insert_select.h \
59
 
                statement/kill.h \
60
 
                statement/load.h \
61
 
                statement/optimize.h \
62
 
                statement/release_savepoint.h \
63
 
                statement/rename_table.h \
64
 
                statement/replace.h \
65
 
                statement/replace_select.h \
66
 
                statement/rollback.h \
67
 
                statement/rollback_to_savepoint.h \
68
 
                statement/savepoint.h \
69
 
                statement/select.h \
70
 
                statement/set_option.h \
71
 
                statement/show_create.h \
72
 
                statement/show_create_schema.h \
73
 
                statement/show_engine_status.h \
74
 
                statement/show_errors.h \
75
 
                statement/show_processlist.h \
76
 
                statement/show_status.h \
77
 
                statement/show_warnings.h \
78
 
                statement/start_transaction.h \
79
 
                statement/truncate.h \
80
 
                statement/unlock_tables.h \
81
 
                statement/update.h \
82
39
                common.h \
83
40
                comp_creator.h \
84
41
                cost_vect.h \
92
49
                dtcollation.h \
93
50
                enum.h \
94
51
                enum_nested_loop_state.h \
95
 
                errmsg.h \
96
52
                errmsg_print.h \
97
53
                error.h \
98
54
                field.h \
234
190
                hybrid_type_traits_decimal.h \
235
191
                hybrid_type_traits_integer.h \
236
192
                index_hint.h \
237
 
                info_schema.h \
238
193
                internal_error_handler.h \
239
194
                item.h \
240
195
                item/basic_constant.h \
287
242
                lex_string.h \
288
243
                lex_symbol.h \
289
244
                lock.h \
290
 
                logging.h \
291
245
                lookup_symbol.h \
292
246
                my_decimal.h\
293
247
                my_var.h \
296
250
                natural_join_column.h \
297
251
                nested_join.h \
298
252
                open_tables_state.h \
 
253
                opt_range.h \
299
254
                optimizer/key_field.h \
300
255
                optimizer/position.h \
301
256
                optimizer/sargable_param.h \
302
 
                opt_range.h \
303
257
                order.h \
304
258
                plugin.h \
305
 
                plugin/registry.h \
 
259
                plugin/authentication.h \
306
260
                plugin/command_applier.h \
307
261
                plugin/command_reader.h \
308
262
                plugin/command_replicator.h \
309
 
                plugin/authentication.h \
310
 
                plugin/error_message_handler.h \
 
263
                plugin/error_message.h \
311
264
                plugin/function.h \
312
265
                plugin/handle.h \
 
266
                plugin/info_schema.h \
313
267
                plugin/library.h \
314
268
                plugin/listen.h \
315
 
                plugin/logging_handler.h \
 
269
                plugin/logging.h \
316
270
                plugin/manifest.h \
317
271
                plugin/protocol.h \
318
 
                plugin/qcache.h \
 
272
                plugin/query_cache.h \
 
273
                plugin/registry.h \
319
274
                plugin/scheduler.h \
320
275
                plugin/storage_engine.h \
321
276
                probes.h \
322
 
                qcache.h \
323
277
                query_id.h \
324
278
                registry.h \
325
279
                replication_services.h \
326
 
                scheduling.h \
327
280
                security_context.h \
328
281
                select_create.h \
329
282
                select_dump.h \
342
295
                session.h \
343
296
                set_var.h \
344
297
                show.h \
 
298
                slot/authentication.h \
 
299
                slot/error_message.h \
345
300
                slot/function.h \
 
301
                slot/info_schema.h \
346
302
                slot/listen.h \
 
303
                slot/logging.h \
 
304
                slot/query_cache.h \
 
305
                slot/scheduler.h \
347
306
                sql_alloc.h \
348
307
                sql_array.h \
349
308
                sql_base.h \
354
313
                sql_load.h \
355
314
                sql_locale.h \
356
315
                sql_parse.h \
357
 
                sql_plugin.h \
358
316
                sql_select.h \
359
317
                sql_sort.h \
360
318
                sql_state.h \
362
320
                sql_table.h \
363
321
                sql_union.h \
364
322
                stacktrace.h \
 
323
                statement.h \
 
324
                statement.h \
 
325
                statement/alter_schema.h \
 
326
                statement/alter_table.h \
 
327
                statement/analyze.h \
 
328
                statement/change_schema.h \
 
329
                statement/check.h \
 
330
                statement/checksum.h \
 
331
                statement/commit.h \
 
332
                statement/create_index.h \
 
333
                statement/create_schema.h \
 
334
                statement/create_table.h \
 
335
                statement/delete.h \
 
336
                statement/drop_index.h \
 
337
                statement/drop_schema.h \
 
338
                statement/drop_table.h \
 
339
                statement/empty_query.h \
 
340
                statement/flush.h \
 
341
                statement/insert.h \
 
342
                statement/insert_select.h \
 
343
                statement/kill.h \
 
344
                statement/load.h \
 
345
                statement/optimize.h \
 
346
                statement/release_savepoint.h \
 
347
                statement/rename_table.h \
 
348
                statement/replace.h \
 
349
                statement/replace_select.h \
 
350
                statement/rollback.h \
 
351
                statement/rollback_to_savepoint.h \
 
352
                statement/savepoint.h \
 
353
                statement/select.h \
 
354
                statement/set_option.h \
 
355
                statement/show_create.h \
 
356
                statement/show_create_schema.h \
 
357
                statement/show_engine_status.h \
 
358
                statement/show_errors.h \
 
359
                statement/show_processlist.h \
 
360
                statement/show_status.h \
 
361
                statement/show_warnings.h \
 
362
                statement/start_transaction.h \
 
363
                statement/truncate.h \
 
364
                statement/unlock_tables.h \
 
365
                statement/update.h \
365
366
                stored_key.h \
366
367
                structs.h \
367
368
                symbol_hash.h \
369
370
                table_ident.h \
370
371
                table_list.h \
371
372
                table_map_iterator.h \
 
373
                table_proto.h \
372
374
                table_reference.h \
373
 
                table_proto.h \
374
375
                table_share.h \
375
376
                temporal.h \
376
377
                temporal_format.h \
380
381
                tztime.h \
381
382
                unique.h \
382
383
                unireg.h \
 
384
                user_var_entry.h \
383
385
                utf8.h \
384
386
                utf8/checked.h \
385
387
                utf8/core.h \
386
388
                utf8/unchecked.h \
387
 
                user_var_entry.h \
388
389
                xid.h
389
390
 
390
391
noinst_LTLIBRARIES = \
415
416
 
416
417
drizzled_SOURCES = \
417
418
                alter_info.cc \
418
 
                authentication.cc \
419
419
                cached_item.cc \
420
420
                calendar.cc \
421
421
                check_stack_overrun.cc \
422
 
                statement/alter_schema.cc \
423
 
                statement/alter_table.cc \
424
 
                statement/analyze.cc \
425
 
                statement/change_schema.cc \
426
 
                statement/check.cc \
427
 
                statement/checksum.cc \
428
 
                statement/commit.cc \
429
 
                statement/create_index.cc \
430
 
                statement/create_schema.cc \
431
 
                statement/create_table.cc \
432
 
                statement/delete.cc \
433
 
                statement/drop_index.cc \
434
 
                statement/drop_schema.cc \
435
 
                statement/drop_table.cc \
436
 
                statement/empty_query.cc \
437
 
                statement/flush.cc \
438
 
                statement/insert.cc \
439
 
                statement/insert_select.cc \
440
 
                statement/kill.cc \
441
 
                statement/load.cc \
442
 
                statement/optimize.cc \
443
 
                statement/release_savepoint.cc \
444
 
                statement/rename_table.cc \
445
 
                statement/replace.cc \
446
 
                statement/replace_select.cc \
447
 
                statement/rollback.cc \
448
 
                statement/rollback_to_savepoint.cc \
449
 
                statement/savepoint.cc \
450
 
                statement/select.cc \
451
 
                statement/set_option.cc \
452
 
                statement/show_create.cc \
453
 
                statement/show_create_schema.cc \
454
 
                statement/show_engine_status.cc \
455
 
                statement/show_errors.cc \
456
 
                statement/show_processlist.cc \
457
 
                statement/show_status.cc \
458
 
                statement/show_warnings.cc \
459
 
                statement/start_transaction.cc \
460
 
                statement/truncate.cc \
461
 
                statement/unlock_tables.cc \
462
 
                statement/update.cc \
463
422
                comp_creator.cc \
464
423
                create_field.cc \
465
424
                current_session.cc \
466
425
                diagnostics_area.cc \
467
426
                drizzled.cc \
468
427
                dtcollation.cc \
469
 
                errmsg.cc \
 
428
                errmsg_print.cc \
470
429
                error.cc \
471
 
                errmsg_print.cc \
 
430
                field.cc \
472
431
                field/blob.cc \
473
432
                field/date.cc \
474
433
                field/datetime.cc \
475
 
                field/enum.cc \
476
434
                field/decimal.cc \
477
435
                field/double.cc \
 
436
                field/enum.cc \
478
437
                field/int64_t.cc \
479
438
                field/long.cc \
480
439
                field/null.cc \
483
442
                field/str.cc \
484
443
                field/timestamp.cc \
485
444
                field/varstring.cc \
486
 
                field.cc \
487
445
                field_conv.cc \
488
446
                field_iterator.cc \
489
447
                filesort.cc \
499
457
                function/get_user_var.cc \
500
458
                function/last_insert.cc \
501
459
                function/locate.cc \
502
 
                function/min_max.cc \
503
 
                function/num1.cc \
504
 
                function/numhybrid.cc \
505
 
                function/num_op.cc \
506
 
                function/row_count.cc \
507
 
                function/set_user_var.cc \
508
 
                function/sign.cc \
509
 
                function/signed.cc \
510
 
                function/units.cc \
511
 
                function/unsigned.cc \
512
 
                function/user_var_as_out_param.cc \
513
460
                function/math/abs.cc \
514
461
                function/math/acos.cc \
515
462
                function/math/asin.cc \
520
467
                function/math/divide.cc \
521
468
                function/math/exp.cc \
522
469
                function/math/floor.cc \
 
470
                function/math/int.cc \
523
471
                function/math/int_divide.cc \
 
472
                function/math/int_val.cc \
524
473
                function/math/integer.cc \
525
 
                function/math/int.cc \
526
 
                function/math/int_val.cc \
527
474
                function/math/ln.cc \
528
475
                function/math/log.cc \
529
476
                function/math/minus.cc \
539
486
                function/math/sin.cc \
540
487
                function/math/sqrt.cc \
541
488
                function/math/tan.cc \
 
489
                function/min_max.cc \
 
490
                function/num1.cc \
 
491
                function/num_op.cc \
 
492
                function/numhybrid.cc \
 
493
                function/row_count.cc \
 
494
                function/set_user_var.cc \
 
495
                function/sign.cc \
 
496
                function/signed.cc \
542
497
                function/str/alloc_buffer.cc \
543
498
                function/str/binary.cc \
544
499
                function/str/char.cc \
575
530
                function/time/date_format.cc \
576
531
                function/time/dayname.cc \
577
532
                function/time/dayofmonth.cc \
 
533
                function/time/dayofyear.cc \
578
534
                function/time/extract.cc \
579
 
                function/time/dayofyear.cc \
580
535
                function/time/from_days.cc \
581
536
                function/time/from_unixtime.cc \
582
537
                function/time/hour.cc \
586
541
                function/time/minute.cc \
587
542
                function/time/month.cc \
588
543
                function/time/now.cc \
589
 
                function/time/quarter.cc \
590
544
                function/time/period_add.cc \
591
545
                function/time/period_diff.cc \
 
546
                function/time/quarter.cc \
592
547
                function/time/second.cc \
593
548
                function/time/sysdate_local.cc \
594
549
                function/time/timestamp_diff.cc \
597
552
                function/time/unix_timestamp.cc \
598
553
                function/time/weekday.cc \
599
554
                function/time/year.cc \
 
555
                function/units.cc \
 
556
                function/unsigned.cc \
 
557
                function/user_var_as_out_param.cc \
600
558
                ha_trx_info.cc \
601
559
                hybrid_type_traits.cc \
602
560
                hybrid_type_traits_decimal.cc \
603
561
                hybrid_type_traits_integer.cc \
604
562
                index_hint.cc \
 
563
                item.cc \
605
564
                item/bin_string.cc \
606
565
                item/cache.cc \
607
566
                item/cache_decimal.cc \
619
578
                item/field.cc \
620
579
                item/float.cc \
621
580
                item/hex_string.cc \
 
581
                item/ident.cc \
622
582
                item/insert_value.cc \
 
583
                item/int.cc \
623
584
                item/int_with_ref.cc \
624
 
                item/ident.cc \
625
 
                item/int.cc \
626
585
                item/null.cc \
627
586
                item/num.cc \
628
587
                item/outer_ref.cc \
635
594
                item/sum.cc \
636
595
                item/type_holder.cc \
637
596
                item/uint.cc \
638
 
                item.cc \
639
597
                join.cc \
640
598
                join_cache.cc \
641
599
                join_table.cc \
642
600
                key.cc \
643
601
                key_map.cc \
644
602
                lock.cc \
645
 
                logging.cc \
646
603
                lookup_symbol.cc \
647
604
                my_decimal.cc \
648
605
                name_resolution_context_state.cc \
649
606
                natural_join_column.cc \
650
 
                optimizer/key_field.cc \
651
607
                opt_range.cc \
652
608
                opt_sum.cc \
 
609
                optimizer/key_field.cc \
 
610
                plugin/loader.cc \
653
611
                plugin/registry.cc \
654
 
                qcache.cc \
655
612
                query_id.cc \
656
613
                records.cc \
657
 
                scheduling.cc \
 
614
                replication_services.cc \
658
615
                session.cc \
659
616
                set_var.cc \
660
617
                show.cc \
 
618
                slot/authentication.cc \
 
619
                slot/error_message.cc \
661
620
                slot/function.cc \
 
621
                slot/info_schema.cc \
662
622
                slot/listen.cc \
 
623
                slot/logging.cc \
 
624
                slot/query_cache.cc \
 
625
                slot/scheduler.cc \
 
626
                sql_alloc.cc \
663
627
                sql_base.cc \
664
628
                sql_delete.cc \
665
629
                sql_derived.cc \
670
634
                sql_load.cc \
671
635
                sql_locale.cc \
672
636
                sql_parse.cc \
673
 
                sql_plugin.cc \
674
637
                sql_select.cc \
675
638
                sql_state.cc \
676
639
                sql_string.cc \
679
642
                sql_update.cc \
680
643
                sql_yacc.yy \
681
644
                stacktrace.cc \
 
645
                statement/alter_schema.cc \
 
646
                statement/alter_table.cc \
 
647
                statement/analyze.cc \
 
648
                statement/change_schema.cc \
 
649
                statement/check.cc \
 
650
                statement/checksum.cc \
 
651
                statement/commit.cc \
 
652
                statement/create_index.cc \
 
653
                statement/create_schema.cc \
 
654
                statement/create_table.cc \
 
655
                statement/delete.cc \
 
656
                statement/drop_index.cc \
 
657
                statement/drop_schema.cc \
 
658
                statement/drop_table.cc \
 
659
                statement/empty_query.cc \
 
660
                statement/flush.cc \
 
661
                statement/insert.cc \
 
662
                statement/insert_select.cc \
 
663
                statement/kill.cc \
 
664
                statement/load.cc \
 
665
                statement/optimize.cc \
 
666
                statement/release_savepoint.cc \
 
667
                statement/rename_table.cc \
 
668
                statement/replace.cc \
 
669
                statement/replace_select.cc \
 
670
                statement/rollback.cc \
 
671
                statement/rollback_to_savepoint.cc \
 
672
                statement/savepoint.cc \
 
673
                statement/select.cc \
 
674
                statement/set_option.cc \
 
675
                statement/show_create.cc \
 
676
                statement/show_create_schema.cc \
 
677
                statement/show_engine_status.cc \
 
678
                statement/show_errors.cc \
 
679
                statement/show_processlist.cc \
 
680
                statement/show_status.cc \
 
681
                statement/show_warnings.cc \
 
682
                statement/start_transaction.cc \
 
683
                statement/truncate.cc \
 
684
                statement/unlock_tables.cc \
 
685
                statement/update.cc \
682
686
                strfunc.cc \
683
687
                table.cc \
684
688
                table_list.cc \
685
 
                table_map_iterator.cc \
 
689
                table_map_iterator.cc \
686
690
                table_share.cc \
687
691
                temporal.cc \
688
692
                temporal_format.cc \
689
693
                temporal_interval.cc \
690
 
                thr_malloc.cc \
691
694
                time.cc \
692
 
                replication_services.cc \
693
695
                tztime.cc \
694
696
                uniques.cc \
695
697
                user_var_entry.cc \
714
716
                plugin/storage_engine.h.gch  \
715
717
                sql_base.h.gch \
716
718
                sql_parse.h.gch \
717
 
                sql_plugin.h.gch \
718
719
                util/convert.h.gch \
719
720
                util/test.h.gch
720
721
else