mariadb/storage/blackhole
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
..
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_blackhole.cc MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
ha_blackhole.h MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00