mariadb/storage/blackhole
Michael Widenius a05a610d60 Added "const" to new data for handler::update_row()
This was done to make it clear that a update_row() should not change the
row.
This was not done for handler::write_row() as this function still needs
to update auto_increment values in the row. This should at some point
be moved to handler::ha_write_row() after which write_row can also have
const arguments.
2017-04-18 12:23:53 +03:00
..
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ha_blackhole.cc Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
ha_blackhole.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00