diff _mysql.h @ 8:fa8974a41c76 MySQLdb

New error handling code, plus some small fixes from 1.2
author adustman
date Sun, 11 Feb 2007 21:36:29 +0000
parents b6ecc521453f
children d55bfb1a4701
line wrap: on
line diff
--- a/_mysql.h	Sun Feb 11 07:40:50 2007 +0000
+++ b/_mysql.h	Sun Feb 11 21:36:29 2007 +0000
@@ -75,6 +75,7 @@
  PyObject *_mysql_InternalError; 
  PyObject *_mysql_ProgrammingError;
  PyObject *_mysql_NotSupportedError;
+PyObject *_mysql_error_map;
 
 extern PyObject *
 _mysql_Exception(_mysql_ConnectionObject *c);