aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 6940d458175..bb6f0aa3ec0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -129,7 +129,7 @@ COMMANDS
* Allow DELETE and UPDATE to use inheritance using tablename*
* Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
* Allow BINARY option to SELECT, like we do with DECLARE
-* Prevent truncate on table acting as foreign key
+* Prevent truncate on table with a referential integrity trigger
CLIENTS