diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-12-07 18:14:20 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-12-12 00:31:04 +0100 |
commit | 7af62f8a0319fc1398f4babc764da2a285db7ede (patch) | |
tree | dad8ce3101b2f53eaf2677a246fa070850d2f4db /vio | |
parent | b1527ef51ccf5c4d7a4a3847c542ef9a81a97240 (diff) | |
download | mariadb-git-7af62f8a0319fc1398f4babc764da2a285db7ede.tar.gz |
MDEV-17926 FederatedX TODO is obsolete
Diffstat (limited to 'vio')
-rw-r--r-- | vio/docs/TODO | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vio/docs/TODO b/vio/docs/TODO deleted file mode 100644 index 7296ab73a10..00000000000 --- a/vio/docs/TODO +++ /dev/null @@ -1,3 +0,0 @@ -* Consistent error handling. May be the initialization should - be taken out of constructors and be put into virtual method open(). -* The open() method is named very misleadingly(). |