~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-23 20:54:14 UTC
  • mfrom: (2022.2.1 clean)
  • mto: (2026.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2025.
  • Revision ID: brian@tangent.org-20101223205414-2xvdkdp77t0rvutg
Merge in session list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
 
312
312
enum drizzled_error_code {
313
313
 
 
314
  EE_OK=0,
314
315
  EE_ERROR_FIRST=1,
315
316
  EE_CANTCREATEFILE,
316
317
  EE_READ,