351bd760c2a6486ac1d2192acd5f1088d768eaae
markd
  Mon Jul 26 17:53:46 2010 -0700
added sqlDump to assist in debuging connection cache/profile problems
diff --git src/hg/inc/jksql.h src/hg/inc/jksql.h
index 9d71a3b..55af000 100644
--- src/hg/inc/jksql.h
+++ src/hg/inc/jksql.h
@@ -516,4 +516,7 @@
 void sqlWarnings(struct sqlConnection *conn, int numberOfWarnings);
 /* Show the number of warnings requested. New feature in mysql5. */
 
+void sqlDump(FILE *fh);
+/* dump internal info about SQL configuration for debugging purposes */
+
 #endif /* JKSQL_H */