~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-11-11 08:56:12 UTC
  • mfrom: (1208.2.2 staging)
  • Revision ID: brian@gaz-20091111085612-pk163wdjmxxqb2oc
Merge new Truncate

Show diffs side-by-side

added added

removed removed

Lines of Context:
911
911
bool mysql_delete(Session *session, TableList *table_list, COND *conds,
912
912
                  SQL_LIST *order, ha_rows rows, uint64_t options,
913
913
                  bool reset_auto_increment);
914
 
bool mysql_truncate(Session& session, TableList *table_list, bool dont_send_ok);
 
914
bool mysql_truncate(Session& session, TableList *table_list);
915
915
TableShare *get_table_share(Session *session, TableList *table_list, char *key,
916
916
                             uint32_t key_length, uint32_t db_flags, int *error);
917
917
TableShare *get_cached_table_share(const char *db, const char *table_name);