mariadb/libmysql
guilhem@mysql.com c1f7f33960 4 small items in this:
- when we don't have in_addr_t, use uint32.
- a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was
"we needn't init it there", but there was one case where we needed...).
- made slave_proxy_id always meaningful in THD and Log_event, so we can
rely more on it (no need to test if it's meaningful). THD::slave_proxy_id
is equal to THD::thread_id except for the slave SQL thread.
- clean up the slave's temporary table (i.e. free their memory) when slave
server shuts down.
2003-10-31 23:20:23 +01:00
..
.cvsignore
acinclude.m4
conf_to_src.c
dll.c Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
errmsg.c Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
get_password.c fixed bug #1174 2003-09-02 12:09:27 -04:00
libmysql.c 4 small items in this: 2003-10-31 23:20:23 +01:00
libmysql.def Block SIGPIPE also for not threaded client programs. 2003-09-23 13:36:01 +03:00
Makefile.am vio ssl structure renames (to get rid of ending _) 2003-08-27 02:51:39 +03:00
Makefile.shared vio ssl structure renames (to get rid of ending _) 2003-08-27 02:51:39 +03:00
manager.c 4 small items in this: 2003-10-31 23:20:23 +01:00