mariadb/storage/xtradb/handler
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
..
ha_innodb.cc Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
ha_innodb.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
handler0alter.cc Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
i_s.cc MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
i_s.h MDEV-7472: Implementation of user statements for handling the xtradb changed page bitmaps 2015-06-23 14:46:06 +03:00
xtradb_i_s.cc Merge 10.0 into 10.1 2017-01-04 13:56:11 +02:00
xtradb_i_s.h MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 2017-01-03 19:32:47 +02:00