mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Remove outdated TODO list
This commit is contained in:
parent
9408be5dc3
commit
df37f4f9ce
1 changed files with 0 additions and 17 deletions
|
@ -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 <my_global.h>
|
||||
|
|
Loading…
Reference in a new issue