From ea5402dfaf81368ad3c435bacf6fc64937438ac6 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 10 Nov 2005 22:03:45 +0000 Subject: [PATCH] r10814: remove extra parenthesis --- db-mysql/mysql-sql.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-mysql/mysql-sql.lisp b/db-mysql/mysql-sql.lisp index c9029ce..a0e21c8 100644 --- a/db-mysql/mysql-sql.lisp +++ b/db-mysql/mysql-sql.lisp @@ -331,7 +331,7 @@ when (string-equal type "view") collect name)) (t - nil)))) + nil))) (defmethod database-list-indexes ((database mysql-database) &key (owner nil)) -- 2.34.1