From e4bb679ab04cf48af5a91483bfba9d90aa95e574 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 24 Aug 2014 11:15:40 -0400 Subject: [PATCH] Note idea from mailing list re varchar(x) and varchar(x+y) --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index a75b5784f..6b875bb80 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,8 @@ Future These range the gamut from wildly speculative ideas to must-have features. +- Allow columns A.varchar(x) and B.varchar(x+y) to be equivalent in the initial +validate_sync check if B is only a target - Allow skipping of some or all of the initial schema checks; currently necessary but time consuming for large numbers of tables/servers - Throttle outgoing mail; such as the flood when things go wrong -- 2.39.5