[Maria-developers] Engine independent index statistics - infrastructure questions

2014-03-20 Thread Sergey Petrunia
Hello Igor and others, I've been playing around with engine independent statistics, and got a few questions. == mysqldump == mysqldump dumps table' data, but besides that it can dump other related objects, e.g. it will dump triggers that are attached to the table. Should it dump table

Re: [Maria-developers] Engine independent index statistics - infrastructure questions

2014-03-20 Thread Sergei Golubchik
Hi, Sergey! Here's my opinion below: On Mar 20, Sergey Petrunia wrote: Hello Igor and others, == dropping table statistics == How does one drop table statistics? are we satisfied with needing to run three statements DELETE FROM mysql.column_stats WHERE schema_name=$db AND