~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-05-05 16:41:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1007.
  • Revision ID: brian@gaz-20090505164104-1inmacw2kw5y9jo6
The call for setting columns was backwards (engines with certain callers
would loop twice over bits).

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
 }
831
831
 
832
832
  /**
833
 
    use_hidden_primary_key() is called in case of an update/delete when
834
 
    (table_flags() and HA_PRIMARY_KEY_REQUIRED_FOR_DELETE) is defined
835
 
    but we don't have a primary key
836
 
  */
837
 
  virtual void use_hidden_primary_key();
838
 
 
839
 
  /**
840
833
    Lock table.
841
834
 
842
835
    @param    session                     Thread handle