mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
56948ee54c
clang15 finally errors on old prototype definations. Its also a lot fussier about variables that aren't used as is the case a number of time with loop counters that aren't examined. RocksDB was complaining that its get_range function was declared without the array length in ha_rocksdb.h. While a constant is used rather than trying to import the Rdb_key_def::INDEX_NUMBER_SIZE header (was causing a lot of errors on the defination of other orders). If the constant does change can be assured that the same compile warnings will tell us of the error. The ha_rocksdb::index_read_map_impl DBUG_EXECUTE_IF was similar to the existing endless functions used in replication tests. Its rather moot point as the rocksdb.force_shutdown test that uses myrocks_busy_loop_on_row_read is currently disabled. |
||
---|---|---|
.. | ||
cachetable | ||
loader | ||
logger | ||
serialize | ||
tests | ||
txn | ||
bndata.cc | ||
bndata.h | ||
CMakeLists.txt | ||
comparator.h | ||
cursor.cc | ||
cursor.h | ||
ft-cachetable-wrappers.cc | ||
ft-cachetable-wrappers.h | ||
ft-flusher-internal.h | ||
ft-flusher.cc | ||
ft-flusher.h | ||
ft-hot-flusher.cc | ||
ft-internal.h | ||
ft-ops.cc | ||
ft-ops.h | ||
ft-recount-rows.cc | ||
ft-status.cc | ||
ft-status.h | ||
ft-test-helpers.cc | ||
ft-verify.cc | ||
ft.cc | ||
ft.h | ||
le-cursor.cc | ||
le-cursor.h | ||
leafentry.cc | ||
leafentry.h | ||
msg.cc | ||
msg.h | ||
msg_buffer.cc | ||
msg_buffer.h | ||
node.cc | ||
node.h | ||
pivotkeys.cc | ||
ule-internal.h | ||
ule.cc | ||
ule.h | ||
valgrind.suppressions |