From f48d2fb44368d5f64ca86fd7e4b7d5b2764ff7f6 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 24 Aug 2003 06:24:58 +0000 Subject: 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 --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') 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 -- cgit