32384a6653
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.
19 lines
732 B
Text
19 lines
732 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/10/31 09:22:26 xtraeme Exp $
|
|
|
|
--- Makefile.in.orig 2005-10-31 09:34:47.000000000 +0100
|
|
+++ Makefile.in 2005-10-31 09:35:11.000000000 +0100
|
|
@@ -359,12 +359,8 @@
|
|
|
|
# These are built from source in the Docs directory
|
|
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
|
|
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
|
|
- @readline_topdir@ sql-common \
|
|
- @thread_dirs@ pstack \
|
|
- @sql_union_dirs@ scripts @man_dirs@ tests \
|
|
- netware @libmysqld_dirs@ \
|
|
- @bench_dirs@ support-files @tools_dirs@
|
|
+SUBDIRS = . include @thread_dirs@ pstack @sql_server_dirs@ tests \
|
|
+ @bench_dirs@ support-files
|
|
|
|
DIST_SUBDIRS = . include @docs_dirs@ zlib \
|
|
@readline_topdir@ sql-common \
|