diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:35:54 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:35:54 +0000 |
commit | 417f3033b7bcbe5f5de9d9dd532703cc83e7c289 (patch) | |
tree | 5eb00b883bea005a6f440565a575b658d05ebea2 /databases/mysql-xql/files/patch-Makefile.in | |
parent | Jokosher is a simple yet powerful multi-track studio. With it you can (diff) |
The lib_mysqludf_xql library provides an array of functions,
which can be used to create XML output directly from MySQL
using a single SQL query. This prevents having to convert a
MySQL result to XML in a PHP script, Ruby script, etc.
The library provides the same functionality as SQL/XML, seen
in MS SQL server and Oracle. However it uses normal functions.
By using subqueries the same results as SQL/XML can be generated.
WWW: http://www.mysqludf.org/lib_mysqludf_xql/index.php
PR: ports/142086
Submitted by: Mina R Waheeb <syncer at gmail.com>
Notes
Notes:
svn path=/head/; revision=261666
Diffstat (limited to 'databases/mysql-xql/files/patch-Makefile.in')
-rw-r--r-- | databases/mysql-xql/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql-xql/files/patch-Makefile.in b/databases/mysql-xql/files/patch-Makefile.in new file mode 100644 index 000000000000..81f053c03bac --- /dev/null +++ b/databases/mysql-xql/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.org 2009-11-20 13:25:51.000000000 +0000 ++++ Makefile.in 2009-12-28 02:12:35.000000000 +0000 +@@ -226,7 +226,7 @@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ +-libdir = @libdir@ ++libdir = @MYSQL_PLUGINDIR@ + libexecdir = @libexecdir@ + localedir = @localedir@ + localstatedir = @localstatedir@ |