Index: cffi/src/test/test-mysql.lisp
===================================================================
--- cffi/src/test/test-mysql.lisp	(revision cffi,5)
+++ cffi/src/test/test-mysql.lisp	(revision cffi,6)
@@ -40,5 +40,5 @@
 
 create table type_test
-(id int,
+ (id int,
 t_TINYINT TINYINT,
 t_SMALLINT  SMALLINT,
@@ -99,4 +99,5 @@
   --t_LONGBLOB longblob,
   --t_LONGTEXT = lpad('a',33000,'x') 
+*/
   where id =1
 ")
