~drizzle-pbxt/drizzle/drizzle-pbxt-4-pbxt

« back to all changes in this revision

Viewing changes to plugin/innobase/include/row0mysql.h

  • Committer: Vladimir Kolesnikov
  • Date: 2010-03-10 13:00:36 UTC
  • mfrom: (1014.3.309 staging)
  • Revision ID: vladimir@primebase.org-20100310130036-gu5qlkwld3rn8g12
merge from upstream lp:drizzle rev.1323

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
                                        to read just columns defined in
597
597
                                        the index (i.e., no read of the
598
598
                                        clustered index record necessary) */
599
 
        unsigned        used_in_HANDLER:1;/*!< TRUE if we have been using this
600
 
                                        handle in a MySQL HANDLER low level
601
 
                                        index cursor command: then we must
602
 
                                        store the pcur position even in a
603
 
                                        unique search from a clustered index,
604
 
                                        because HANDLER allows NEXT and PREV
605
 
                                        in such a situation */
606
599
        unsigned        template_type:2;/*!< ROW_MYSQL_WHOLE_ROW,
607
600
                                        ROW_MYSQL_REC_FIELDS,
608
601
                                        ROW_MYSQL_DUMMY_TEMPLATE, or