From 4b9912994036845f3202e59f875fa3e297f109db Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 24 Dec 2021 16:17:19 +0530 Subject: BUGS: Add table size estimates bug. * BUGS.org (Fix table size estimates): New bug. --- BUGS.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BUGS.org') diff --git a/BUGS.org b/BUGS.org index ed1e9ac..e2725f2 100644 --- a/BUGS.org +++ b/BUGS.org @@ -21,3 +21,8 @@ interpreted in UTF-8, they appear to have unprintable characters. Somehow, guess the encoding of the retrieved strings and compensate. +* TODO Fix table size estimates :minor:easy: + <2021-12-24 Fri> + The tables function in dump.scm estimates the table size from the + data_length column of the information_schema.tables table. But, this + is correct only for MyISAM tables. Generalize it. -- cgit v1.2.3