Skip to content

Commit dd8833b

Browse files
committed
cleanup: suppress rocksdb compilation warning, fix a comment
1 parent fa6d7e4 commit dd8833b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sql/sql_class.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ enum enum_slave_type_conversions { SLAVE_TYPE_CONVERSIONS_ALL_LOSSY,
9595
SLAVE_TYPE_CONVERSIONS_ALL_NON_LOSSY};
9696

9797
/*
98-
MARK_COLUMNS_READ: A column is goind to be read.
99-
MARK_COLUMNS_WRITE: A column is going to be written to.
98+
COLUMNS_READ: A column is goind to be read.
99+
COLUMNS_WRITE: A column is going to be written to.
100100
MARK_COLUMNS_READ: A column is goind to be read.
101101
A bit in read set is set to inform handler that the field
102102
is to be read. If field list contains duplicates, then

storage/rocksdb/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SET(CPACK_RPM_rocksdb-engine_PACKAGE_SUMMARY "RocksDB storage engine for MariaDB
44
SET(CPACK_RPM_rocksdb-engine_PACKAGE_DESCRIPTION "The RocksDB storage engine is a high performance storage engine, aimed
55
at maximising storage efficiency while maintaining InnoDB-like performance." PARENT_SCOPE)
66

7+
MY_CHECK_AND_SET_COMPILER_FLAG(-Wno-range-loop-construct)
8+
79
MACRO(SKIP_ROCKSDB_PLUGIN msg)
810
MESSAGE_ONCE(SKIP_ROCKSDB_PLUGIN "Can't build rocksdb engine - ${msg}")
911
ADD_FEATURE_INFO(ROCKSDB "OFF" "Storage Engine")

0 commit comments

Comments
 (0)