diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-01-02 16:21:58 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-01-02 16:21:58 +0200 |
commit | 63f15064a48e4a3fbd5a15bda39d70ee5254a6ac (patch) | |
tree | d81fa2a06ae480165a5e48947544c371a0412168 /innobase/include/log0recv.h | |
parent | 3940368293134f3fcce418c8533143ab6f4581ec (diff) | |
download | mariadb-git-63f15064a48e4a3fbd5a15bda39d70ee5254a6ac.tar.gz |
log0recv.h, log0recv.c:
Merge a log replay change required by ibbackup
innobase/log/log0recv.c:
Merge a log replay change required by ibbackup
innobase/include/log0recv.h:
Merge a log replay change required by ibbackup
Diffstat (limited to 'innobase/include/log0recv.h')
-rw-r--r-- | innobase/include/log0recv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/log0recv.h b/innobase/include/log0recv.h index 5991960e8ae..c972c3ce977 100644 --- a/innobase/include/log0recv.h +++ b/innobase/include/log0recv.h @@ -15,6 +15,8 @@ Created 9/20/1997 Heikki Tuuri #include "hash0hash.h" #include "log0log.h" +extern ibool recv_replay_file_ops; + /*********************************************************************** Reads the checkpoint info needed in hot backup. */ |