~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_error.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
 
20
#ifndef DRIZZLED_SQL_ERROR_H
 
21
#define DRIZZLED_SQL_ERROR_H
 
22
 
20
23
class DRIZZLE_ERROR: public Sql_alloc
21
24
{
22
25
public:
45
48
bool mysqld_show_warnings(Session *session, uint32_t levels_to_show);
46
49
 
47
50
extern const LEX_STRING warning_level_names[];
 
51
 
 
52
#endif /* DRIZZLED_SQL_ERROR_H */