~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Fix for bug#437896.  Adds a non-ZLIB crc32 hash function taken from PostgreSQL/libmemcached and fixes casting problems in command_log and command_log_reader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                comp_creator.h \
90
90
                cost_vect.h \
91
91
                create_field.h \
 
92
                crc32.h \
92
93
                current_session.h \
93
94
                data_home.h \
94
95
                db.h \
470
471
                statement/unlock_tables.cc \
471
472
                statement/update.cc \
472
473
                comp_creator.cc \
 
474
                crc32.cc \
473
475
                create_field.cc \
474
476
                current_session.cc \
475
477
                diagnostics_area.cc \