Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
faaeb49f
Commit
faaeb49f
authored
Apr 29, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make distcheck and cosmetic fixes
parent
56edd720
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
334 additions
and
342 deletions
+334
-342
config/ac-macros/ha_berkeley.m4
config/ac-macros/ha_berkeley.m4
+6
-9
config/ac-macros/ha_ndbcluster.m4
config/ac-macros/ha_ndbcluster.m4
+1
-1
config/ac-macros/misc.m4
config/ac-macros/misc.m4
+4
-4
config/ac-macros/plugins.m4
config/ac-macros/plugins.m4
+296
-287
configure.in
configure.in
+13
-24
plugin/Makefile.am
plugin/Makefile.am
+1
-3
sql/Makefile.am
sql/Makefile.am
+2
-2
storage/archive/Makefile.am
storage/archive/Makefile.am
+4
-4
storage/blackhole/Makefile.am
storage/blackhole/Makefile.am
+1
-1
storage/example/Makefile.am
storage/example/Makefile.am
+1
-1
storage/innobase/Makefile.am
storage/innobase/Makefile.am
+5
-6
No files found.
config/ac-macros/ha_berkeley.m4
View file @
faaeb49f
...
...
@@ -8,23 +8,20 @@ dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_SETUP_BERKELEY_DB], [
AC_ARG_WITH([berkeley-db],
[
--with-berkeley-db[=DIR]
Use BerkeleyDB located in DIR],
AS_HELP_STRING([--with-berkeley-db[[[[[=DIR]]]]]],
[Use BerkeleyDB located in DIR]),
[bdb="$withval"],
[bdb=yes])
AC_ARG_WITH([berkeley-db-includes],
[
--with-berkeley-db-includes=DIR
Find Berkeley DB headers in DIR],
AS_HELP_STRING([--with-berkeley-db-includes=DIR],
[Find Berkeley DB headers in DIR]),
[bdb_includes="$withval"],
[bdb_includes=default])
AC_ARG_WITH([berkeley-db-libs],
[
--with-berkeley-db-libs=DIR
Find Berkeley DB libraries in DIR],
AS_HELP_STRING([--with-berkeley-db-libs=DIR],
[Find Berkeley DB libraries in DIR]),
[bdb_libs="$withval"],
[bdb_libs=default])
...
...
config/ac-macros/ha_ndbcluster.m4
View file @
faaeb49f
...
...
@@ -308,7 +308,7 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
AC_SUBST(NDB_DEFS)
AC_SUBST(ndb_cxxflags_fix)
AC_CONFIG_FILES(storage/ndb/
Makefile storage/ndb/
include/Makefile dnl
AC_CONFIG_FILES(storage/ndb/include/Makefile dnl
storage/ndb/src/Makefile storage/ndb/src/common/Makefile dnl
storage/ndb/docs/Makefile dnl
storage/ndb/tools/Makefile dnl
...
...
config/ac-macros/misc.m4
View file @
faaeb49f
...
...
@@ -675,8 +675,8 @@ dnl Sets BIG_TABLES if --with-big-tables is used
dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_BIG_TABLES], [
AC_ARG_WITH([big-tables],
[
--with-big-tables Support tables with more than 4 G rows even on 32 bit platforms]
,
AS_HELP_STRING([--with-big-tables],
[Support tables with more than 4 G rows even on 32 bit platforms])
,
[bigtables="$withval"],
[bigtables=no])
AC_MSG_CHECKING([for big tables support])
...
...
@@ -703,8 +703,8 @@ dnl Sets MAX_INDEXES
dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_MAX_INDEXES], [
AC_ARG_WITH([max-indexes],
[
--with-max-indexes=\# Sets the maximum number of indexes per table, default 64]
,
AS_HELP_STRING([--with-max-indexes=N],
[Sets the maximum number of indexes per table, default 64])
,
[max_indexes="$withval"],
[max_indexes=64])
AC_MSG_CHECKING([max indexes per table])
...
...
config/ac-macros/plugins.m4
View file @
faaeb49f
This diff is collapsed.
Click to expand it.
configure.in
View file @
faaeb49f
...
...
@@ -104,7 +104,6 @@ MYSQL_MODULE_ACTIONS(innobase, [
AC_SUBST
(
innodb_includes
)
AC_SUBST
(
innodb_libs
)
AC_SUBST
(
innodb_system_libs
)
other_configures
=
"
$other_configures
storage/innobase/configure"
])
MYSQL_STORAGE_ENGINE
(
myisam,no,
[
MyISAM Storage Engine],
...
...
@@ -1712,7 +1711,7 @@ fi
# If we should allow error injection tests
AC_ARG_WITH
(
error-inject,
[
--with-error-inject
Enable error injection
in
MySQL Server]
,
AC_HELP_STRING
([
--with-error-inject
]
,[Enable error injection
in
MySQL Server]
)
,
[
with_error_inject
=
$withval
]
,
[
with_error_inject
=
no
])
...
...
@@ -2338,14 +2337,14 @@ fi
tools_dirs
=
""
AC_ARG_WITH
([
mysqlmanager],
AC_HELP_STRING
([
--with-mysqlmanager
]
,
[
Build the mysqlmanager binary:
yes
/no
(
default: build
if
server is built.
)])
,
[
if
test
"x
${
withval
}
"
!=
"xno"
;
then
tools_dirs
=
"
$tools_dirs
server-tools"
fi
]
,
[
if
test
"x
${
with_server
}
"
=
"xyes"
;
then
tools_dirs
=
"
$tools_dirs
server-tools"
fi
]
)
AC_HELP_STRING
([
--with-mysqlmanager
]
,
[
Build the mysqlmanager binary:
yes
/no
(
default: build
if
server is built.
)])
,
,
)
if
test
"
$with_mysqlmanager
"
=
"yes"
-o
\
'('
"
$with_mysqlmanager
:
$with_server
"
=
":yes"
-a
\
-d
"
$srcdir
/server-tools"
')'
;
then
tools_dirs
=
"
$tools_dirs
server-tools"
AC_CONFIG_FILES
(
server-tools/Makefile server-tools/instance-manager/Makefile
)
fi
AC_SUBST
(
tools_dirs
)
...
...
@@ -2633,28 +2632,18 @@ AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
# Output results
AC_CONFIG_FILES
(
Makefile extra/Makefile mysys/Makefile dnl
unittest/Makefile dnl
unittest/mytap/Makefile unittest/mytap/t/Makefile dnl
unittest/Makefile unittest/mytap/Makefile unittest/mytap/t/Makefile dnl
unittest/mysys/Makefile unittest/examples/Makefile dnl
strings/Makefile regex/Makefile dnl
storage/Makefile dnl
storage/archive/Makefile storage/bdb/Makefile storage/blackhole/Makefile dnl
storage/csv/Makefile storage/example/Makefile storage/heap/Makefile dnl
storage/myisam/Makefile storage/myisammrg/Makefile dnl
strings/Makefile regex/Makefile storage/Makefile dnl
man/Makefile BUILD/Makefile vio/Makefile dnl
libmysql/Makefile client/Makefile dnl
pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile dnl
sql/sql_builtin.cc sql-common/Makefile dnl
dbug/Makefile scripts/Makefile dnl
include/Makefile dnl
server-tools/Makefile server-tools/instance-manager/Makefile dnl
dbug/Makefile scripts/Makefile include/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
support-files/MacOSX/Makefile mysql-test/Makefile dnl
mysql-test/ndb/Makefile netware/Makefile dnl
include/mysql_version.h dnl
plugin/Makefile dnl
plugin/fulltext/Makefile dnl
win/Makefile
)
include/mysql_version.h plugin/Makefile win/Makefile
)
AC_CONFIG_COMMANDS
([
default], ,
test
-z
"
$CONFIG_HEADERS
"
||
echo
timestamp
>
stamp-h
)
AC_OUTPUT
...
...
plugin/Makefile.am
View file @
faaeb49f
...
...
@@ -18,10 +18,8 @@
AUTOMAKE_OPTIONS
=
foreign
# These are built from source in the Docs directory
EXTRA_DIST
=
fulltext/configure.in
SUBDIRS
=
DIST_SUBDIRS
=
.
fulltext
SUBDIRS
=
@mysql_pg_dirs@
# Don't update the files from bitkeeper
%
::
SCCS/s.%
sql/Makefile.am
View file @
faaeb49f
...
...
@@ -52,10 +52,10 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
ha_heap.h ha_myisam.h ha_myisammrg.h ha_partition.h
\
ha_innodb.h ha_berkeley.h ha_federated.h
\
ha_ndbcluster.h ha_ndbcluster_binlog.h
\
ha_ndbcluster_tables.h
ha_ndbcluster_tables.h
\
opt_range.h protocol.h rpl_tblmap.h
\
log.h sql_show.h rpl_rli.h
\
sql_select.h
structs.h
table.h
sql_udf.h
hash_filo.h\
sql_select.h structs.h table.h sql_udf.h hash_filo.h
\
lex.h lex_symbol.h sql_acl.h sql_crypt.h
\
log_event.h sql_repl.h slave.h rpl_filter.h
\
rpl_injector.h
\
...
...
storage/archive/Makefile.am
View file @
faaeb49f
...
...
@@ -20,7 +20,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir
=
$(pkgdatadir)
MYSQLBASEdir
=
$(prefix)
MYSQLLIBdir
=
$(pkglibdir)
INCLUDES
=
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/sql
\
-I
$(srcdir)
@ZLIB_INCLUDES@
...
...
@@ -50,9 +50,9 @@ libarchive_a_SOURCES = ha_archive.cc azio.c
archive_test_SOURCES
=
archive_test.c azio.c
archive_test_CFLAGS
=
$(AM_CFLAGS)
archive_test_LDADD
=
$(top_
src
dir)
/mysys/libmysys.a
\
$(top_
src
dir)
/dbug/libdbug.a
\
$(top_
src
dir)
/strings/libmystrings.a
\
archive_test_LDADD
=
$(top_
build
dir)
/mysys/libmysys.a
\
$(top_
build
dir)
/dbug/libdbug.a
\
$(top_
build
dir)
/strings/libmystrings.a
\
@ZLIB_LIBS@
archive_test_LDFLAGS
=
@NOINST_LDFLAGS@
...
...
storage/blackhole/Makefile.am
View file @
faaeb49f
...
...
@@ -20,7 +20,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir
=
$(pkgdatadir)
MYSQLBASEdir
=
$(prefix)
MYSQLLIBdir
=
$(pkglibdir)
INCLUDES
=
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/sql
\
-I
$(srcdir)
...
...
storage/example/Makefile.am
View file @
faaeb49f
...
...
@@ -20,7 +20,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir
=
$(pkgdatadir)
MYSQLBASEdir
=
$(prefix)
MYSQLLIBdir
=
$(pkglibdir)
INCLUDES
=
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/sql
\
-I
$(srcdir)
...
...
storage/innobase/Makefile.am
View file @
faaeb49f
...
...
@@ -98,13 +98,12 @@ libinnobase.a: $(libinnobase_a_LIBADD)
-
rm
-f
$@
if
test
"
$(host_os)
"
=
"netware"
;
\
then
\
$(lib
mysqld
_a_AR)
$@
$(libinnobase_a_LIBADD)
;
\
$(lib
innobase
_a_AR)
$@
$(libinnobase_a_LIBADD)
;
\
else
\
(
for
arc
in
$(libinnobase_a_LIBADD)
;
do
\
arpath
=
`
echo
$$
arc|sed
's|[^/]*$$||'
`
;
\
$(AR)
t
$$
arc|xargs
-n
1 find
$$
arpath
-name
;
\
$(AR)
t
$$
arc|xargs
-n
1 find
`
dirname
$$
arpath
`
-path
\*
/
`
basename
$$
arpath
`
/
\*
-name
;
\
done
)
|
sort
-u
| xargs
$(AR)
cq
$@
;
\
for
arc
in
$(libinnobase_a_LIBADD)
;
do
\
arpath
=
`
echo
$$
arc|sed
's|[^/]*$$||'
`
;
\
$(AR)
t
$$
arc|sed
"s|^|
$$
arpath|"
;
\
done
|
sort
-u
| xargs
$(AR)
cq
$@
;
\
$(RANLIB)
$@
;
\
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment