~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-05 17:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705170746-8aq11u9fuwtfwy85
Removed my_alarm. Made my_lock only do the non-alarm version. Moved my_lock to MyISAM where it belongs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
                        mi_statrec.c mi_packrec.c mi_dynrec.c \
92
92
                        mi_update.c mi_write.c mi_unique.c \
93
93
                        mi_delete.c \
94
 
                        my_pread.c \
 
94
                        my_pread.c my_lock.c \
95
95
                        mi_rprev.c mi_rfirst.c mi_rlast.c mi_rsame.c \
96
96
                        mi_rsamepos.c mi_panic.c mi_close.c mi_create.c\
97
97
                        mi_range.c mi_dbug.c mi_checksum.c mi_log.c \