~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Jay Pipes
  • Date: 2009-02-28 20:29:34 UTC
  • mto: (910.2.7 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090228202934-ony6c9zgoxp4oa13
Replaced custom List in select_dumpvar.h with std::vector<>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1265
1265
void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,
1266
1266
                        STATUS_VAR *dec_var);
1267
1267
 
1268
 
#endif /* DRIZZLED_SQL_CLASS_H */
 
1268
#endif /* DRIZZLED_SESSION_H */