mysql-api.lisp r 3904
"Paul Werkowski" <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <000501c4d983$328ed0a0$0201a8c0@moby> |
Appears to be a typo here. org_table appears twice.
Paul
Index: mysql-api.lisp
===================================================================
--- mysql-api.lisp (revision 3904)
+++ mysql-api.lisp (working copy)
@@ -135,7 +135,7 @@
#+mysql-client-v4.1
(uffi:def-struct mysql-field
(name (* :char))
- (org_table (* :char))
+ (org_name (* :char))
(table (* :char))
(org_table (* :char))
(db (* :char))