mariadb/extra
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
comp_err.c Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2003-09-23 13:36:25 +03:00
Makefile.am
my_print_defaults.c Removed restriction not to be able use non regular files. 2003-08-28 21:27:25 +03:00
mysql_install.c
mysql_waitpid.c
perror.c
replace.c
resolve_stack_dump.c
resolveip.c 4 small items in this: 2003-10-31 23:20:23 +01:00