mariadb/storage/heap
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
..
mysql-test/mtr2
_check.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
_rectest.c
ChangeLog
CMakeLists.txt
ha_heap.cc Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
ha_heap.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
heapdef.h MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_block.c Fixed typo in comments 2017-01-03 14:27:53 +01:00
hp_clear.c
hp_close.c
hp_create.c
hp_delete.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_extra.c
hp_hash.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_info.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_open.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_panic.c
hp_rename.c
hp_rfirst.c
hp_rkey.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rlast.c
hp_rnext.c
hp_rprev.c
hp_rrnd.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_rsame.c
hp_scan.c
hp_static.c
hp_test1.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_test2.c Sage cleanup in heap storage engine 2015-11-10 13:46:56 +02:00
hp_update.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
hp_write.c MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00