Below is the list of changes that have just been committed into a local
5.2 repository of guilhem. When guilhem does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-10-09 21:42:28+02:00, guilhem@stripped +3 -0
Small fixes for pushbuild problems (related to WL#866
online backup driver for MyISAM)
include/Makefile.am@stripped, 2007-10-09 21:42:15+02:00, guilhem@stripped +1 -1
fix for "make dist"
include/my_sys.h@stripped, 2007-10-09 21:42:20+02:00, guilhem@stripped +0 -4
they are declared in my_bit.h now
mysys/Makefile.am@stripped, 2007-10-09 21:42:20+02:00, guilhem@stripped +2 -1
adding files to Unix build
diff -Nrup a/include/Makefile.am b/include/Makefile.am
--- a/include/Makefile.am 2007-10-09 19:55:09 +02:00
+++ b/include/Makefile.am 2007-10-09 21:42:15 +02:00
@@ -26,7 +26,7 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_d
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
m_ctype.h my_attribute.h $(HEADERS_GEN)
-noinst_HEADERS = config-win.h config-netware.h \
+noinst_HEADERS = config-win.h config-netware.h lf.h my_bit.h \
heap.h my_bitmap.h my_uctype.h \
myisam.h myisampack.h myisammrg.h ft_global.h\
mysys_err.h my_base.h help_start.h help_end.h \
diff -Nrup a/include/my_sys.h b/include/my_sys.h
--- a/include/my_sys.h 2007-08-13 15:11:09 +02:00
+++ b/include/my_sys.h 2007-10-09 21:42:20 +02:00
@@ -839,10 +839,6 @@ extern int unpackfrm(uchar **, size_t *,
extern ha_checksum my_checksum(ha_checksum crc, const uchar *mem,
size_t count);
-extern uint my_bit_log2(ulong value);
-extern uint32 my_round_up_to_next_power(uint32 v);
-extern uint my_count_bits(ulonglong v);
-extern uint my_count_bits_ushort(ushort v);
extern void my_sleep(ulong m_seconds);
extern uint my_set_max_open_files(uint files);
void my_free_open_file_info(void);
diff -Nrup a/mysys/Makefile.am b/mysys/Makefile.am
--- a/mysys/Makefile.am 2007-03-12 14:53:48 +01:00
+++ b/mysys/Makefile.am 2007-10-09 21:42:20 +02:00
@@ -30,7 +30,8 @@ libmysys_a_SOURCES = my_init.c my_get
mf_tempdir.c my_lock.c mf_brkhant.c my_alarm.c \
my_malloc.c my_realloc.c my_once.c mulalloc.c \
my_alloc.c safemalloc.c my_new.cc \
- my_vle.c my_atomic.c \
+ my_vle.c my_atomic.c lf_hash.c \
+ lf_dynarray.c lf_alloc-pin.c \
my_fopen.c my_fstream.c my_getsystime.c \
my_error.c errors.c my_div.c my_messnc.c \
mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c \
| Thread |
|---|
| • bk commit into 5.2 tree (guilhem:1.2607) | Guilhem Bichot | 9 Oct |