Index: mysql-test/src/test/test-mysql.lisp
===================================================================
--- mysql-test/src/test/test-mysql.lisp	(revision mysql-test,5)
+++ mysql-test/src/test/test-mysql.lisp	(revision mysql-test,6)
@@ -40,5 +40,5 @@
 
 create table type_test
-(id int,
+ (id int,
 t_TINYINT TINYINT,
 t_SMALLINT  SMALLINT,
@@ -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,6 @@
   --  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
 ")
