[MDEV-4618] why we use WITH_PARTITION_STORAGE_ENGINE ? Created: 2013-06-05 Updated: 2013-06-05 Resolved: 2013-06-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | roberto spadim | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
hi guys, it's a idiot question, but why we use WITH_PARTITION_STORAGE_ENGINE? could partition be default in any version? partition_storage is a big footprint for embedded that a configure option must exists? |
| Comments |
| Comment by Sergei Golubchik [ 2013-06-05 ] |
|
it could. |
| Comment by roberto spadim [ 2013-06-05 ] |
|
but for example, partition should change query cache invalidation (table + partition_id), and meta data lock (lock of partition 1234 of table xxx, instead of only table xxxx) |
| Comment by roberto spadim [ 2013-06-05 ] |
|
other doubt, why partition isnt listed as engine in information schema? |