mariadb/storage/tokudb/PerconaFT/ft
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
..
cachetable Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
loader clang15 warnings - unused vars and old prototypes 2023-01-10 17:10:43 +00:00
logger Merge branch '10.1' into 10.2 2020-08-06 16:47:39 +02:00
serialize Merge branch '10.1' into 10.2 2020-08-06 16:47:39 +02:00
tests 5.6.49-89.0 2020-08-04 12:44:43 +02:00
txn clang15 warnings - unused vars and old prototypes 2023-01-10 17:10:43 +00:00
bndata.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
bndata.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
CMakeLists.txt 5.6.32-78.1 2016-09-27 17:59:58 +02:00
comparator.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00
cursor.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
cursor.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
ft-cachetable-wrappers.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft-cachetable-wrappers.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
ft-flusher-internal.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
ft-flusher.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft-flusher.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
ft-hot-flusher.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
ft-internal.h 5.6.46-86.2 2020-01-19 14:08:35 +01:00
ft-ops.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft-ops.h 5.6.46-86.2 2020-01-19 14:08:35 +01:00
ft-recount-rows.cc 5.6.46-86.2 2020-01-19 14:08:35 +01:00
ft-status.cc Merge branch '10.1' into 10.2 2019-07-26 13:39:17 +02:00
ft-status.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00
ft-test-helpers.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft-verify.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
ft.h Merge branch 'merge-tokudb-5.6' into 10.1 2020-01-19 14:37:25 +01:00
le-cursor.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
le-cursor.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
leafentry.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
leafentry.h 5.6.27-76.0 2015-12-15 17:23:58 +01:00
msg.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
msg.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
msg_buffer.cc 5.6.26-74.0 2015-10-26 12:57:57 +01:00
msg_buffer.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
node.cc Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
node.h 5.6.46-86.2 2020-01-19 14:08:35 +01:00
pivotkeys.cc Fixed compiler warnings 2016-06-22 22:04:55 +03:00
ule-internal.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
ule.cc Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
ule.h 5.6.26-74.0 2015-10-26 12:57:57 +01:00
valgrind.suppressions 5.6.26-74.0 2015-10-26 12:57:57 +01:00