17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
21
#include <drizzled/plugin/error_message.h>
22
22
#include <drizzled/gettext.h>
25
24
#include <stdio.h> /* for vsnprintf */
26
25
#include <stdarg.h> /* for va_list */
27
26
#include <unistd.h> /* for write(2) */
31
28
/* todo, make this dynamic as needed */
35
virtual bool errmsg(Session *, int , const char *format, va_list ap)
41
37
char msgbuf[MAX_MSG_LEN];