[MDEV-7384] [PATCH] add PERSISENT FOR ALL option to mysqlanalyze/mysqlcheck Created: 2014-12-27 Updated: 2015-12-18 Resolved: 2015-12-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.0.23 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | patch | ||
| Attachments: |
|
| Sprint: | 10.0.20 |
| Description |
|
Having a mysqlanalyze/check that can use PERSISTENT FOR ALL in the ANALYZE TABLES without enabling use_stats_tables globally will assist in engine-independent statistics gathering. Patch to code and man pages attached to perform this. |
| Comments |
| Comment by Daniel Black [ 2015-04-06 ] |
|
https://github.com/MariaDB/server/pull/19 targeting 10.1 Happy to target 10.0 if you want. |
| Comment by Daniel Black [ 2015-04-06 ] |
|
10.0 version https://github.com/MariaDB/server/pull/38 |
| Comment by Vicențiu Ciorbaru [ 2015-12-18 ] |
|
Patch applied with tests in commit: 3b9423fda2612a463e9f3af5750234ccf2667545 Thanks for the contribution! |