~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-07-09 22:21:12 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090709222112-rq58gug7noraiv2z
Rename work (cheery pick from new-cleanup). Jay's fix for auth_http. Update
to valgrind suppressions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
                session.h \
304
304
                set_var.h \
305
305
                show.h \
306
 
                sj_tmp_table.h \
 
306
                semi_join_table.h \
307
307
                sql_alloc.h \
308
308
                sql_array.h \
309
309
                sql_base.h \
583
583
                session.cc \
584
584
                set_var.cc \
585
585
                show.cc \
586
 
                sj_tmp_table.cc \
 
586
                semi_join_table.cc \
587
587
                sql_base.cc \
588
588
                sql_connect.cc \
589
589
                sql_delete.cc \