diff options
author | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-01-25 23:34:37 +0200 |
---|---|---|
committer | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-01-25 23:34:37 +0200 |
commit | 845db7c20ba28e014c5a36a6c95afd8ed111f316 (patch) | |
tree | ebdc1f846c1fa8a627690099d9a418063625577e /include/Makefile.am | |
parent | aa166cbd983d28e31e23c096ca360a641de98c00 (diff) | |
download | mariadb-git-845db7c20ba28e014c5a36a6c95afd8ed111f316.tar.gz |
Added my_getopt struct and modified myisamchk to the bk tree.
include/Makefile.am:
Added my_getopt.h
myisam/myisamchk.c:
myisamcheck is using my_getopt struct now. Old code left:
changeable_var[], will be changed later.
mysys/Makefile.am:
added my_getopt.c
mysys/getvar.c:
Added my_set_changeable_var. This is not being used yet, and
is mostly a copy of set_changeable_var still.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 54451e9d4f6..b943e8d76e6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = config-win.h \ my_dir.h mysys_err.h my_base.h \ my_nosys.h my_alarm.h queues.h \ my_tree.h hash.h thr_alarm.h thr_lock.h \ - getopt.h t_ctype.h violite.h md5.h \ + getopt.h my_getopt.h t_ctype.h violite.h md5.h \ mysql_version.h.in # mysql_version.h are generated |