From b39e6e3d093b45f792959ef06fea1c175263ae1a Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Tue, 7 Aug 2012 07:25:15 +0300 Subject: Added support of thd->tx_read_only Moved timestamp handling from all handler::write() methods in the storage engines to handler::ha_write sql/handler.cc: Added PSI_CALL's --- TODO | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 00000000000..a8fd6247c60 --- /dev/null +++ b/TODO @@ -0,0 +1,29 @@ +State of MERGE between MariaDB 5.5 and MySQL 5.6.5 + +Featured copied/merged +- storage/innodb/* +- storage/perfschema +- sql/share/errmsg-utf8.txt +- All CF_XXX states in sql_class.h. +- handler error messages. +- Removed timestamp handling from all handler::write and handler::update + methods. + +Features recoded +- Better error messages +- Added support of timestamps to ha_write and ha_update. + +Fetures half done: +- Support for TRANSACTION READ ONLY | READ WRITE +- CF_XXX states added to init_update_queries() but not otherwise used. + +Short time TODO: +- Add support for TRANSACTION READ ONLY | READ WRITE in sql_yacc.yy + (support for variable tx_read_only) + +- merge hostname.cc / hostname.h +- add support for host_error() + +- Enable performance_schema.host_cache in scripts/mysql_system_tables.sql + +- Add full support for timestamp. (remove timestamp handling from ha_write()) -- cgit v1.2.1