src/hg/inc/jksql.h 1.81
1.81 2009/02/28 00:33:59 angie
Added sqlSetParanoid; complain about failed MayConnect only if paranoidness is on (the only time we really should complain is when trying to get to the central database.
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -B -U 4 -r1.80 -r1.81
--- src/hg/inc/jksql.h 23 Feb 2009 23:38:08 -0000 1.80
+++ src/hg/inc/jksql.h 28 Feb 2009 00:33:59 -0000 1.81
@@ -478,5 +478,8 @@
* table name encorperates the host, pid, and time, which helps insure
* uniqueness between different processes at least. FreeMem the result
* when you are done. */
+void sqlSetParanoid(boolean beParanoid);
+/* If set to TRUE, will make more diagnostic stderr messages. */
+
#endif /* JKSQL_H */