mariadb/storage/tokudb/PerconaFT/ft/txn
Daniel Black 56948ee54c clang15 warnings - unused vars and old prototypes
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.
2023-01-10 17:10:43 +00:00
..
roll.cc 5.6.38-83.0 2018-01-23 19:20:10 +02:00
rollback-apply.cc 5.6.41-84.1 2018-09-03 16:29:29 +02:00
rollback-apply.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
rollback-ct-callbacks.cc 5.6.32-78.1 2016-09-27 17:59:58 +02:00
rollback-ct-callbacks.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
rollback.cc 5.6.46-86.2 2020-01-19 14:08:35 +01:00
rollback.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
rollback_log_node_cache.cc 5.6.38-83.0 2018-01-23 19:20:10 +02:00
rollback_log_node_cache.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
txn.cc 5.6.46-86.2 2020-01-19 14:08:35 +01:00
txn.h 5.6.36-82.1 2017-08-03 11:48:44 +03:00
txn_child_manager.cc 5.6.38-83.0 2018-01-23 19:20:10 +02:00
txn_child_manager.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
txn_manager.cc clang15 warnings - unused vars and old prototypes 2023-01-10 17:10:43 +00:00
txn_manager.h 5.6.43-84.3 2019-04-26 17:02:15 +02:00
txn_state.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
xids.cc 5.6.26-74.0 2015-10-26 12:57:57 +01:00
xids.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00