summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-08-31 23:52:08 +0300
committerMichael Widenius <monty@askmonty.org>2012-08-31 23:52:08 +0300
commitd13b5812b837d78ccfda494f2bc05ba460435f3b (patch)
treec7f4f73109950d10141f2ff28da2be6a13f9db8e /TODO
parentf277f27ae2fb4ab45a014027f08093a28acc1c14 (diff)
downloadmariadb-git-d13b5812b837d78ccfda494f2bc05ba460435f3b.tar.gz
Updated TODO
Next step of merge storage/myisam/mi_create.c: Merge from 5.6
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index a1ef96ca729..b269863428c 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,8 @@ Featured copied/merged
(Including support in all clients)
- Added Ssl_server_not_before & Ssl_server_not_after variables
(Including changes to yassl)
+- Added all mysql systems tables
+- TRANSACTION READ ONLY | READ WRITE
Features recoded
- Better error messages
@@ -26,17 +28,17 @@ Fetures half done:
- Merge sql/rpl_mi.cc (To get Sys_ssl_crl & crlpath)
Short time TODO:
-- Add support for TRANSACTION READ ONLY | READ WRITE in sql_yacc.yy
- (support for variable tx_read_only)
+- Add test cases for InnoDB
- 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())
+- Add full support for automatic timestamp.
+ (remove timestamp handling from ha_write())
+ - Timour is working on this
-- Add Sys_my_bind_addr(); Needed for perfschema
+- Add Sys_my_bind_addr(); Needed for perfschema
- Add THD_STAGE_INFO everywhere.