Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4d26b5

Browse files
committed
Merged UDF Linux and Windows development environments
1 parent 746cbdb commit d4d26b5

16 files changed

Lines changed: 1200 additions & 278 deletions

File tree

extra/mysqludfsys/doc/lib_mysqludf_sys.html

Lines changed: 0 additions & 278 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

extra/postgresqludfsys/linux/lib_postgresqludf_sys.c renamed to extra/udfhack/linux/lib_postgresqludf_sys/lib_postgresqludf_sys.c

File renamed without changes.

extra/postgresqludfsys/linux/lib_postgresqludf_sys.sql renamed to extra/udfhack/linux/lib_postgresqludf_sys/lib_postgresqludf_sys.sql

File renamed without changes.

extra/udfhack/windows/README.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
1. Before compiling, certain enviroment variables have to be set, depending on the project used. for project lib_mysqludf_sys variables PLATFORM_SDK_DIR and MYSQL_SERVER_DIR have to be set, while for lib_postgresqludf_sys PLATFORM_SDK_DIR and POSTGRESQL_SERVER_DIR.
2+
--------------------------------------------------------------------------
3+
Variable name Variable description
4+
--------------------------------------------------------------------------
5+
PLATFORM_SDK_DIR directory where the Platform SDK is installed
6+
MYSQL_SERVER_DIR directory where the MySQL is installed
7+
POSTGRESQL_SERVER_DIR directory where the PostgreSQL is installed
8+
9+
2. Procedure for setting environment variables:
10+
My Computer -> Properties -> Advanced -> Environment Variables
11+
User variables -> New
12+
13+
3. Sample values:
14+
--------------------------------------------------------------------------
15+
Variable name Variable value
16+
--------------------------------------------------------------------------
17+
PLATFORM_SDK_DIR C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
18+
MYSQL_SERVER_DIR C:\Program Files\MySQL\MySQL Server 5.1
19+
POSTGRESQL_SERVER_DIR C:\Program Files\PostgreSQL\8.3

0 commit comments

Comments
 (0)