src/hg/inc/jksql.h 1.86

1.86 2009/10/15 23:52:38 galt
adding warnings to jksql new for mysql5
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.85
retrieving revision 1.86
diff -b -B -U 4 -r1.85 -r1.86
--- src/hg/inc/jksql.h	14 Sep 2009 20:33:12 -0000	1.85
+++ src/hg/inc/jksql.h	15 Oct 2009 23:52:38 -0000	1.86
@@ -506,5 +506,8 @@
 boolean sqlIsRemote(struct sqlConnection *conn);
 /* test if the conn appears to be to a remote system.
  * Current only tests for a TCP/IP connection */
 
+void sqlWarnings(struct sqlConnection *conn, int numberOfWarnings);
+/* Show the number of warnings requested. New feature in mysql5. */
+
 #endif /* JKSQL_H */