mariadb/storage/xtradb
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
..
api Merge 10.1 into 10.2 2016-12-30 08:56:13 +02:00
btr Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
buf Merge 10.1 into 10.2 2017-04-04 07:59:25 +03:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil Merge 10.1 into 10.2 2017-04-06 09:52:25 +03:00
fsp MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
fts MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
ibuf MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
include Merge 10.1 into 10.2 2017-04-04 07:59:25 +03:00
lock MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
log MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
mach 5.6.35-80.0 2017-03-04 20:50:02 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Follow-up for MDEV-6720 (enable connection log in mysqltest by default) 2016-06-19 20:30:03 +03:00
os Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
page Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
pars MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
que
read
rem Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
row Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
srv Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
sync Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
trx Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
usr
ut Revert "Merge pull request #275 from grooverdan/10.2-MDEV-11075-crc32-runtime-detect-getauxval" 2016-12-20 22:46:29 +02:00
CMakeLists.txt MDEV-12203 build fails, multiple errors, in xtradb/handler 2017-03-29 00:40:21 +02:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def