X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fref-connect.xml;h=a30aaf13e0a78e69c7765499a27087fbbfc5d267;hp=d9c992e62837ec41c69a1966e6d8b2a265b0f197;hb=bc2cab0f8a51d4dd0f0b3af1f33ee6f734164a32;hpb=1976149b4ba76ce4fcaca8a53c1fad89374e2be1 diff --git a/doc/ref-connect.xml b/doc/ref-connect.xml index d9c992e..a30aaf1 100644 --- a/doc/ref-connect.xml +++ b/doc/ref-connect.xml @@ -379,8 +379,14 @@ connection-spec - A vendor specific connection specification supplied - as a list or as a string. + A SQL backend specific connection specification + supplied as a list or as a string. + For the MySQL backend, this list includes an + optional associative list of connection options. The + options list is parsed and supplied to the MySQL API + using mysql_options in between the + calls to mysql_init + and mysql_real_connect.