~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
namespace drizzled {
34
34
 
35
 
namespace identifier
36
 
{
37
 
        class Schema;
38
 
        class Table;
39
 
        class User;
40
 
}
41
 
 
42
 
class Identifier;
43
 
 
44
35
/* Max width of screen (for error messages) */
45
36
#define SC_MAXWIDTH 256
46
37
#define ERRMSGSIZE      (SC_MAXWIDTH)   /* Max length of a error message */