Re: deprecated SQL Type for CREATE/ALTER in MySQL

Nathan Bird <[email protected]> Tue, 24 Apr 2012 12:05:59 -0400
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
On 01/06/2012 07:15 AM, Martial Boniou wrote:
> Hi guys,
>
> I recently installed clsql 6.1.1 (December 2011 version) on SBCL 
> 1.0.53 for OSX 10.6. Everything works well but I had to change this in 
> sql/expressions.lisp 
> (http://repo.or.cz/w/clsql.git/blob/HEAD:/sql/expressions.lisp) at 
> line 940.
>
> (write-string " Type=InnoDB" *sql-stream*))))
>
> Actually 'Type' is obsolete (http://bugs.mysql.com/bug.php?id=47974) 
> and doesn't work with MySQL 5.5.15. I replaced by 'Engine' keyword and 
> now CREATE-TABLE works like a charm with the default :transactions.
>

This is now in CLSQL HEAD, sorry it took so long for me to notice.

_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql