06d7be056190c14b85e71bc12523f18ea6815b5e
markd
  Mon Dec 7 00:50:29 2020 -0800
BLAT mmap index support merge with master

diff --git src/hg/lib/defaultCart.sql src/hg/lib/defaultCart.sql
new file mode 100644
index 0000000..385421e
--- /dev/null
+++ src/hg/lib/defaultCart.sql
@@ -0,0 +1,9 @@
+# defaultCart.sql was originally generated by the autoSql program, which also 
+# generated defaultCart.c and defaultCart.h.  This creates the database representation of
+# an object which can be loaded and saved from RAM in a fairly 
+# automatic way.
+
+#The default cart
+CREATE TABLE defaultCart (
+    contents longblob not null	# cart contents
+);