mariadb/storage/tokudb/PerconaFT/ft/loader
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
..
callbacks.cc 5.6.38-83.0 2018-01-23 19:20:10 +02:00
dbufio.cc Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
dbufio.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
loader-internal.h 5.6.38-83.0 2018-01-23 19:20:10 +02:00
loader.cc clang15 warnings - unused vars and old prototypes 2023-01-10 17:10:43 +00:00
loader.h 5.6.38-83.0 2018-01-23 19:20:10 +02:00
pqueue.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
pqueue.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00