File tree Expand file tree Collapse file tree 27 files changed +34
-34
lines changed
plugin/group_replication/include
unittest/gunit/binlogevents Expand file tree Collapse file tree 27 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 41
41
#include " mysql/binlog/event/compression/buffer/buffer_view.h" // buffer::Buffer_view
42
42
#include " mysql/binlog/event/compression/buffer/grow_calculator.h" // buffer::Grow_calculator
43
43
#include " mysql/binlog/event/compression/buffer/grow_status.h" // buffer::Grow_status
44
- #include " mysql/binlog/event/ nodiscard.h" // NODISCARD
44
+ #include " mysql/utils/ nodiscard.h" // NODISCARD
45
45
46
46
#include " mysql/binlog/event/wrapper_functions.h" // BAPI_TRACE
47
47
Original file line number Diff line number Diff line change 24
24
#ifndef MYSQL_BINLOG_EVENT_COMPRESSION_BUFFER_GROW_CONSTRAINT_H
25
25
#define MYSQL_BINLOG_EVENT_COMPRESSION_BUFFER_GROW_CONSTRAINT_H
26
26
27
- #include " mysql/binlog/event /nodiscard.h" // NODISCARD
27
+ #include " mysql/utils /nodiscard.h" // NODISCARD
28
28
29
29
#include < algorithm> // std::min
30
30
#include < limits> // std::numeric_limits
Original file line number Diff line number Diff line change 37
37
#include " grow_status.h" // buffer::Grow_status
38
38
#include " mysql/allocators/allocator.h" // Allocator
39
39
#include " mysql/allocators/memory_resource.h" // Memory_resource
40
- #include " mysql/binlog/event/ nodiscard.h" // NODISCARD
40
+ #include " mysql/utils/ nodiscard.h" // NODISCARD
41
41
#include " rw_buffer.h" // buffer::Rw_buffer
42
42
43
43
#include " mysql/binlog/event/wrapper_functions.h" // BAPI_TRACE
Original file line number Diff line number Diff line change 41
41
#include " mysql/binlog/event/compression/buffer/grow_calculator.h" // buffer::Grow_calculator
42
42
#include " mysql/binlog/event/compression/buffer/grow_status.h" // buffer::Grow_status
43
43
#include " mysql/binlog/event/compression/buffer/rw_buffer_sequence.h" // buffer::Rw_buffer_sequence
44
- #include " mysql/binlog/event /nodiscard.h" // NODISCARD
44
+ #include " mysql/utils /nodiscard.h" // NODISCARD
45
45
46
46
#include " mysql/binlog/event/wrapper_functions.h" // BAPI_TRACE
47
47
Original file line number Diff line number Diff line change 44
44
#include " mysql/binlog/event/compression/buffer/buffer_view.h" // buffer::Buffer_view
45
45
#include " mysql/binlog/event/compression/buffer/grow_calculator.h" // buffer::Grow_calculator
46
46
#include " mysql/binlog/event/compression/buffer/grow_status.h" // buffer::Grow_status
47
- #include " mysql/binlog/event/ nodiscard.h" // NODISCARD
47
+ #include " mysql/utils/ nodiscard.h" // NODISCARD
48
48
49
49
#include " mysql/binlog/event/wrapper_functions.h" // BAPI_TRACE
50
50
Original file line number Diff line number Diff line change 29
29
#include " mysql/binlog/event/compression/base.h" // type
30
30
#include " mysql/binlog/event/compression/buffer/grow_constraint.h" // Grow_constraint
31
31
#include " mysql/binlog/event/compression/buffer/managed_buffer_sequence.h" // Managed_buffer_sequence
32
- #include " mysql/binlog/event /nodiscard.h" // NODISCARD
32
+ #include " mysql/utils /nodiscard.h" // NODISCARD
33
33
34
34
#include < limits> // std::numeric_limits
35
35
Original file line number Diff line number Diff line change 28
28
#include " mysql/binlog/event/compression/buffer/grow_constraint.h" // Grow_constraint
29
29
#include " mysql/binlog/event/compression/buffer/managed_buffer.h" // Managed_buffer
30
30
#include " mysql/binlog/event/compression/decompress_status.h" // Decompress_status
31
- #include " mysql/binlog/event/ nodiscard.h" // NODISCARD
31
+ #include " mysql/utils/ nodiscard.h" // NODISCARD
32
32
33
33
namespace mysql ::binlog::event::compression {
34
34
Original file line number Diff line number Diff line change 25
25
#define MYSQL_BINLOG_EVENT_COMPRESSION_NONE_COMP_H
26
26
27
27
#include " compressor.h"
28
- #include " mysql/binlog/event /nodiscard.h"
28
+ #include " mysql/utils /nodiscard.h"
29
29
30
30
namespace mysql ::binlog::event::compression {
31
31
Original file line number Diff line number Diff line change 25
25
#define MYSQL_BINLOG_EVENT_COMPRESSION_NONE_DEC_H
26
26
27
27
#include " mysql/binlog/event/compression/decompressor.h"
28
- #include " mysql/binlog/event /nodiscard.h"
28
+ #include " mysql/utils /nodiscard.h"
29
29
30
30
namespace mysql ::binlog::event::compression {
31
31
Original file line number Diff line number Diff line change 24
24
#include " mysql/binlog/event/compression/payload_event_buffer_istream.h"
25
25
26
26
#include " mysql/binlog/event/byteorder.h"
27
- #include " mysql/binlog/event/string/concat.h"
28
27
#include " mysql/binlog/event/wrapper_functions.h"
28
+ #include " mysql/utils/concat.h"
29
29
30
- using mysql::binlog::event::string ::concat;
30
+ using mysql::utils ::concat;
31
31
32
32
namespace mysql ::binlog::event::compression {
33
33
Original file line number Diff line number Diff line change 32
32
#include " mysql/binlog/event/compression/factory.h" // mysqlns::compression::Factory
33
33
#include " mysql/binlog/event/control_events.h" // Transaction_payload_event
34
34
#include " mysql/binlog/event/event_reader.h" // Event_reader
35
- #include " mysql/binlog/event/ nodiscard.h" // NODISCARD
35
+ #include " mysql/utils/ nodiscard.h" // NODISCARD
36
36
37
37
// / @addtogroup GroupLibsMysqlBinlogEvent
38
38
// / @{
Original file line number Diff line number Diff line change 30
30
#include " mysql/allocators/memory_resource.h" // Memory_resource
31
31
#include " mysql/binlog/event/compression/buffer/buffer_sequence_view.h"
32
32
#include " mysql/binlog/event/compression/compressor.h"
33
- #include " mysql/binlog/event /nodiscard.h"
33
+ #include " mysql/utils /nodiscard.h"
34
34
35
35
struct ZSTD_outBuffer_s ;
36
36
Original file line number Diff line number Diff line change 29
29
30
30
#include " mysql/allocators/memory_resource.h" // Memory_resource
31
31
#include " mysql/binlog/event/compression/decompressor.h"
32
- #include " mysql/binlog/event /nodiscard.h"
32
+ #include " mysql/utils /nodiscard.h"
33
33
34
34
namespace mysql ::binlog::event::compression {
35
35
Original file line number Diff line number Diff line change 27
27
#include < set>
28
28
#include < sstream>
29
29
30
- #include " mysql/binlog/event/nodiscard.h"
31
30
#include " mysql/gtid/global.h"
32
31
#include " mysql/gtid/tsid.h"
33
32
#include " mysql/serialization/archive_binary.h"
33
+ #include " mysql/utils/nodiscard.h"
34
34
35
35
// / @addtogroup GroupLibsMysqlGtid
36
36
// / @{
Original file line number Diff line number Diff line change 29
29
#include < set>
30
30
#include < sstream>
31
31
32
- #include " mysql/binlog/event/nodiscard.h"
33
32
#include " mysql/gtid/global.h"
34
33
#include " mysql/gtid/gtid.h"
35
34
#include " mysql/gtid/tag.h"
36
35
#include " mysql/gtid/tsid.h"
36
+ #include " mysql/utils/nodiscard.h"
37
37
38
38
// / @addtogroup GroupLibsMysqlGtid
39
39
// / @{
Original file line number Diff line number Diff line change 29
29
#include < memory>
30
30
#include < string>
31
31
32
- #include " mysql/binlog/event/nodiscard.h"
33
32
#include " mysql/gtid/gtid_constants.h"
34
33
#include " mysql/gtid/gtid_format.h"
35
34
#include " mysql/gtid/tag_plain.h"
35
+ #include " mysql/utils/nodiscard.h"
36
36
37
37
// / @addtogroup GroupLibsMysqlGtid
38
38
// / @{
Original file line number Diff line number Diff line change 32
32
#include < sstream> // std::ostringstream
33
33
#include < string> // std::string
34
34
35
- // / @addtogroup GroupLibsMysqlBinlogEvent
35
+ // / @addtogroup GroupLibsMysqlUtils
36
36
// / @{
37
37
38
- namespace mysql ::binlog::event::string {
38
+ namespace mysql ::utils {
39
39
40
40
namespace internal {
41
41
@@ -67,7 +67,7 @@ std::string concat(Args... args) {
67
67
return out.str ();
68
68
}
69
69
70
- } // namespace mysql::binlog::event::string
70
+ } // namespace mysql::utils
71
71
72
72
// / @}
73
73
File renamed without changes.
Original file line number Diff line number Diff line change 43
43
44
44
#include " my_inttypes.h"
45
45
#include " my_sys.h"
46
- #include " mysql/binlog/event /nodiscard.h"
46
+ #include " mysql/utils /nodiscard.h"
47
47
#include " plugin/group_replication/include/gcs_plugin_messages.h"
48
48
#include " plugin/group_replication/include/member_version.h"
49
49
#include " plugin/group_replication/include/plugin_constants.h"
Original file line number Diff line number Diff line change 27
27
#include " my_inttypes.h"
28
28
#include " my_sys.h"
29
29
#include " mysql/binlog/event/compression/compressor.h"
30
- #include " mysql/binlog/event /nodiscard.h"
30
+ #include " mysql/utils /nodiscard.h"
31
31
#include " sql_string.h"
32
32
33
33
/* *
Original file line number Diff line number Diff line change 28
28
29
29
#include " mysql/allocators/memory_resource.h" // Memory_resource
30
30
#include " mysql/binlog/event/compression/payload_event_buffer_istream.h"
31
- #include " mysql/binlog/event /nodiscard.h"
31
+ #include " mysql/utils /nodiscard.h"
32
32
#include " sql/binlog_reader.h"
33
33
#include " sql/raii/targeted_stringstream.h"
34
34
Original file line number Diff line number Diff line change 29
29
30
30
#include " my_inttypes.h" // IWYU pragma: keep
31
31
#include " mysql/binlog/event/compression/compressor.h" // mysql::binlog::event::compression::Compressor
32
- #include " mysql/binlog/event /nodiscard.h"
32
+ #include " mysql/utils /nodiscard.h"
33
33
34
34
#include " mysql/binlog/event/compression/factory.h"
35
35
#include " sql/binlog/group_commit/bgc_ticket.h"
Original file line number Diff line number Diff line change 30
30
#include < iterator> // std::distance
31
31
32
32
#include " mysql/binlog/event/math/math.h"
33
- #include " mysql/binlog/event/string /concat.h"
33
+ #include " mysql/utils /concat.h"
34
34
35
- using mysql::binlog::event::string ::concat;
35
+ using mysql::utils ::concat;
36
36
37
37
namespace mysql ::binlog::event::compression::buffer {
38
38
namespace managed_buffer ::unittest {
Original file line number Diff line number Diff line change 30
30
#include < iterator> // std::distance
31
31
32
32
#include " mysql/binlog/event/math/math.h"
33
- #include " mysql/binlog/event/string /concat.h"
33
+ #include " mysql/utils /concat.h"
34
34
35
- using mysql::binlog::event::string ::concat;
35
+ using mysql::utils ::concat;
36
36
37
37
namespace mysql ::binlog::event::compression::buffer {
38
38
namespace managed_buffer_sequence ::unittest {
Original file line number Diff line number Diff line change 34
34
#include " mysql/binlog/event/compression/none_comp.h"
35
35
#include " mysql/binlog/event/compression/payload_event_buffer_istream.h"
36
36
#include " mysql/binlog/event/compression/zstd_comp.h"
37
- #include " mysql/binlog/event/string /concat.h"
37
+ #include " mysql/utils /concat.h"
38
38
39
- using mysql::binlog::event::string ::concat;
39
+ using mysql::utils ::concat;
40
40
41
41
namespace mysql ::binlog::event::unittests {
42
42
Original file line number Diff line number Diff line change 27
27
#include < gmock/gmock.h>
28
28
#include < gtest/gtest.h>
29
29
30
- #include " mysql/binlog/event/string /concat.h"
30
+ #include " mysql/utils /concat.h"
31
31
32
- using mysql::binlog::event::string ::concat;
32
+ using mysql::utils ::concat;
33
33
34
34
namespace mysql ::binlog::event::compression::buffer {
35
35
namespace rw_buffer_sequence ::unittest {
Original file line number Diff line number Diff line change 30
30
#include " mysql/binlog/event/compression/none_dec.h"
31
31
#include " mysql/binlog/event/compression/zstd_comp.h"
32
32
#include " mysql/binlog/event/compression/zstd_dec.h"
33
- #include " mysql/binlog/event/string /concat.h"
33
+ #include " mysql/utils /concat.h"
34
34
35
- using mysql::binlog::event::string ::concat;
35
+ using mysql::utils ::concat;
36
36
37
37
namespace mysql ::binlog::event::compression::unittests {
38
38
You can’t perform that action at this time.
0 commit comments