~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Brian Aker
  • Date: 2011-03-27 07:03:49 UTC
  • mfrom: (2252.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110327070349-ihqsw1cl19lu8j65
MergeĀ inĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <string>
24
24
#include <boost/unordered_map.hpp>
25
25
 
 
26
#include <drizzled/common_fwd.h>
26
27
#include <drizzled/definitions.h>
27
28
#include <drizzled/error/level_t.h>
28
29
#include <drizzled/error_t.h>
31
32
 
32
33
namespace drizzled {
33
34
 
34
 
namespace identifier
35
 
{
36
 
        class Schema;
37
 
        class Table;
38
 
        class User;
39
 
}
40
 
 
41
 
class Identifier;
42
 
 
43
35
/* Max width of screen (for error messages) */
44
36
#define SC_MAXWIDTH 256
45
37
#define ERRMSGSIZE      (SC_MAXWIDTH)   /* Max length of a error message */