From df37f4f9ce4bbdfc36b125c1defe99e9b83b8dde Mon Sep 17 00:00:00 2001 From: "msvensson@shellback.(none)" <> Date: Sun, 30 Jul 2006 18:01:42 +0200 Subject: [PATCH] Remove outdated TODO list --- client/mysqltest.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 3afbf19ed7c..4100267fa08 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -24,23 +24,6 @@ * Jani **/ -/********************************************************************** - TODO: - -- Do comparison line by line, instead of doing a full comparison of - the text file. This will save space as we don't need to keep many - results in memory. It will also make it possible to do simple - 'comparison' fixes like accepting the result even if a float differed - in the last decimals. - -- Don't buffer lines from the test that you don't expect to need - again. - -- Change 'read_line' to be faster by using the readline.cc code; - We can do better than calling feof() for each character! - -**********************************************************************/ - #define MTEST_VERSION "2.6" #include