diff options
author | Michael Widenius <monty@askmonty.org> | 2012-08-07 07:25:15 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-08-07 07:25:15 +0300 |
commit | b39e6e3d093b45f792959ef06fea1c175263ae1a (patch) | |
tree | b642aba6ff438e50d67a884f4cb5d9c6c3287644 /TODO | |
parent | 0a70eb33d159036c5d3f6929df57c2f18bda8471 (diff) | |
download | mariadb-git-b39e6e3d093b45f792959ef06fea1c175263ae1a.tar.gz |
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
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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()) |