~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
/*
21
 
 *   Errors a drizzled can give you
22
 
 *   */
 
21
 * Errors a drizzled can give you
 
22
 */
23
23
 
24
24
#include "config.h"
25
25
#include "drizzled/internal/my_sys.h"
28
28
#include <drizzled/error.h>
29
29
#include <drizzled/gettext.h>
30
30
 
 
31
namespace drizzled
 
32
{
 
33
 
31
34
static const char *drizzled_error_messages[]=
32
35
{
33
36
/* Unused: was ER_HASHCHK which hasn't been used since before MySQL 3.20.32a  */
1486
1489
  return(false);
1487
1490
}
1488
1491
 
 
1492
} /* namespace drizzled */