1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added pre/post read callbacks to IO_CACHE

#ifdefed out code not used in the server from log events
started on new LOAD DATA INFILE events
This commit is contained in:
sasha@mysql.sashanet.com
2001-07-20 16:22:54 -06:00
parent b5f76be024
commit 008456c9b6
7 changed files with 132 additions and 8 deletions

View File

@ -99,6 +99,7 @@ THD::THD():user_time(0),fatal_error(0),last_insert_id_used(0),
slave_thread = 0;
slave_proxy_id = 0;
log_seq = 0;
file_id = 0;
cond_count=0;
convert_set=0;
mysys_var=0;