diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-24 14:24:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-24 14:24:58 +0800 |
commit | f48d2fb44368d5f64ca86fd7e4b7d5b2764ff7f6 (patch) | |
tree | ebb6c5cecad21582b2bd373f54986f8f3ed98f0b /databases/Makefile | |
parent | f89810a319a030875464f2f1b38fef0ae89bd409 (diff) | |
download | freebsd-ports-graphics-f48d2fb44368d5f64ca86fd7e4b7d5b2764ff7f6.tar.gz freebsd-ports-graphics-f48d2fb44368d5f64ca86fd7e4b7d5b2764ff7f6.tar.zst freebsd-ports-graphics-f48d2fb44368d5f64ca86fd7e4b7d5b2764ff7f6.zip |
New port: Replaces NULL MySQL Field with value from top records
Replaces NULL column(s) with value from last available column value
PR: ports/55649
Submitted by: Aftab Jahan Subedar <jahan@geocities.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 42baff7efbc..3634a91c4fa 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -69,6 +69,7 @@ SUBDIR += mysql40-server SUBDIR += mysql41-client SUBDIR += mysql41-server + SUBDIR += mysql_last_value SUBDIR += mysqlman SUBDIR += mysqltcl SUBDIR += mytop |