mariadb/storage/spider
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
..
hs_client Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
mysql-test/spider Mark spider tests big 2016-11-17 17:36:06 +04:00
scripts MDEV-5499 install_spider.sql tries to create tables with DEFAULT clause for TEXT columns 2014-02-06 16:25:40 +01:00
CMakeLists.txt MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file 2016-10-27 18:42:16 +03:00
configure.in MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
ha_spider.cc Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
ha_spider.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
Makefile.am MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_conn.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_conn.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_copy_tables.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_copy_tables.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_conn.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_db_conn.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_handlersocket.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_handlersocket.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_include.h Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_db_mysql.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_db_mysql.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_oracle.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_db_oracle.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_direct_sql.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_direct_sql.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_err.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_i_s.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_include.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_malloc.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_malloc.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_param.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_param.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_ping_table.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_ping_table.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_sys_table.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_sys_table.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_table.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_table.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_trx.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
spd_trx.h Correct FSF address 2017-03-10 18:21:29 +01:00
spd_udf.cc Correct FSF address 2017-03-10 18:21:29 +01:00
spd_udf.def MDEV-4438 - Spider storage engine 2013-06-27 15:18:48 +04:00
spd_udf.h Correct FSF address 2017-03-10 18:21:29 +01:00