diff options
author | unknown <guilhem@gbichot3.local> | 2007-06-26 22:30:09 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot3.local> | 2007-06-26 22:30:09 +0200 |
commit | 1e73169a82f86fa2fdaf43e7601705eb9a81cb85 (patch) | |
tree | 5a964e73ff7445d109428aa4193dcb014ca94fb4 /mysys/Makefile.am | |
parent | 79672e8c44804fd9b877f51c6e9e054d90ed3d04 (diff) | |
download | mariadb-git-1e73169a82f86fa2fdaf43e7601705eb9a81cb85.tar.gz |
WL#3072 - Maria recovery
fixes for build failures; copyrights; small bugfixes and comments
mysys/Makefile.am:
missing .h breaks building from tarball
storage/maria/ma_loghandler.c:
applying Serg's bugfix of trnman_new_trid() to translog_assign_id_to_share()
storage/maria/ma_loghandler.h:
copyright
storage/maria/ma_loghandler_lsn.h:
copyright
storage/maria/maria_read_log.c:
fix for compiler warnings. Comments.
Close tables when program ends.
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index cd84e09a60e..60aa59fd3eb 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -20,7 +20,7 @@ INCLUDES = @ZLIB_INCLUDES@ -I$(top_builddir)/include \ -I$(top_srcdir)/include -I$(srcdir) pkglib_LIBRARIES = libmysys.a LDADD = libmysys.a $(top_builddir)/strings/libmystrings.a $(top_builddir)/dbug/libdbug.a -noinst_HEADERS = mysys_priv.h my_static.h +noinst_HEADERS = mysys_priv.h my_static.h my_safehash.h libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \ mf_path.c mf_loadpath.c my_file.c \ my_open.c my_create.c my_dup.c my_seek.c my_read.c \ |