mariadb/storage/archive
Eugene Kosov c9aa495fb6 MDEV-19955 make argument of handler::ha_write_row() const
MDEV-19486 and one more similar bug appeared because handler::write_row() interface
welcomes to modify buffer by storage engine. But callers are not ready for that
thus bugs are possible in future.

handler::write_row():
handler::ha_write_row(): make argument const
2019-07-05 13:14:19 +03:00
..
archive_reader.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
archive_test.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
azio.c Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
azlib.h MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_archive.cc MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
ha_archive.h MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00