~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-08-17 18:46:08 UTC
  • mto: (1182.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: mordred@inaugust.com-20090817184608-0b2emowpjr9m6le7
"Fixed" the deadlock test. I'd still like someone to look at what's going on here.

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 */
599
606
        unsigned        template_type:2;/*!< ROW_MYSQL_WHOLE_ROW,
600
607
                                        ROW_MYSQL_REC_FIELDS,
601
608
                                        ROW_MYSQL_DUMMY_TEMPLATE, or