~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/diagnostics_area.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 22:07:25 UTC
  • mfrom: (2246.4.6 foreach)
  • mto: This revision was merged to the branch mainline in revision 2248.
  • Revision ID: kalebral@gmail.com-20110323220725-0whqef7r72kv7tox
Merge Olaf - Use BOOST_FOREACH

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
}
53
53
 
54
54
 
55
 
drizzled::error_t Diagnostics_area::sql_errno() const
 
55
error_t Diagnostics_area::sql_errno() const
56
56
{
57
57
  assert(m_status == DA_ERROR);
58
58
  return m_sql_errno;
139
139
/**
140
140
  Set ERROR status.
141
141
*/
142
 
void Diagnostics_area::set_error_status(drizzled::error_t sql_errno_arg,
 
142
void Diagnostics_area::set_error_status(error_t sql_errno_arg,
143
143
                                        const char *message_arg)
144
144
{
145
145
  /*