We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a225 commit abbff37Copy full SHA for abbff37
storage/innobase/include/mtr0log.ic
@@ -1,7 +1,7 @@
1
/*****************************************************************************
2
3
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
-Copyright (c) 2017, MariaDB Corporation.
+Copyright (c) 2017, 2019, MariaDB Corporation.
5
6
This program is free software; you can redistribute it and/or modify it under
7
the terms of the GNU General Public License as published by the Free Software
@@ -187,7 +187,6 @@ mlog_write_initial_log_record_low(
187
|| type == MLOG_FILE_CREATE2
188
|| type == MLOG_FILE_RENAME2
189
|| type == MLOG_INDEX_LOAD
190
- || type == MLOG_TRUNCATE
191
|| type == MLOG_FILE_WRITE_CRYPT_DATA
192
|| mtr->is_named_space(space_id));
193
0 commit comments