~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

  • Committer: Harrison Fisk
  • Date: 2008-08-05 05:01:04 UTC
  • mto: (261.1.8 drizzle)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: harrison@mysql.com-20080805050104-bz1tt53bp1dg996e
Port Ebay/Google memory storage engine variable width columns.  

See: http://code.google.com/p/mysql-heap-dynamic-rows/

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                        hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
30
30
                        hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \
31
31
                        hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c \
 
32
                        hp_dspace.c hp_record.c \
32
33
                        hp_rkey.c hp_block.c \
 
34
                        hp_rectest.c \
33
35
                        ha_heap.cc \
34
36
                        hp_hash.c hp_static.c
35
37