Index: mysql-test/src/test/test-mysql.lisp
===================================================================
--- mysql-test/src/test/test-mysql.lisp	(revision mysql-test,6)
+++ mysql-test/src/test/test-mysql.lisp	(revision mysql-test,7)
@@ -90,6 +90,6 @@
   t_YEAR 	=1967,
   T_char = 'abcdefghijkmlnop',
-  t_varchar = 'abcdefghijklmnopqrstuvw',
-  --  t_TINYBLOB = lpad('a',33000), 
+  t_varchar = 'abcdefghijklmnopqrstuvw'
+/*  --  t_TINYBLOB = lpad('a',33000), 
   --  t_TINYTEXT lpad('a',33000),
   --  t_BLOB blob,
@@ -97,6 +97,7 @@
   --  t_MEDIUMBLOB mediumblob, 
   --  t_MEDIUMTEXT mediumtext, 
-  -- t_LONGBLOB longblob,
-  t_LONGTEXT = lpad('a',33000,'x')
+  --t_LONGBLOB longblob,
+  --t_LONGTEXT = lpad('a',33000,'x') 
+*/
   where id =1
 ")
