Files
tidb/statistics
Han Fei 375148460f statistics: process the case that we lack a column in stats table (#3075)
When we can't find a column in stats table, we return a pseudo table for now. It's not reasonable.
We should return a real table and use pseudo estimation for the missed histogram.
2017-04-18 23:34:52 +08:00
..