Bug #12305 Feature Request: limiting database size
Submitted: 1 Aug 2005 21:07 Modified: 1 Aug 2005 21:38
Reporter: Markus Popp Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DDL Severity:S4 (Feature request)
Version:5.1? OS:Any (all)
Assigned to: CPU Architecture:Any

[1 Aug 2005 21:07] Markus Popp
Description:
This is a feature request maybe for MySQL 5.1, not a bug report.

One option I'm missing with MySQL is that I cannot limit the amount of data that can be stored in a database or by a user, either by the number of records or by the size of the data.

How to repeat:
Feature Request
[3 Oct 2008 20:32] Konstantin Osipov
Sooo difficult to implement with pluggable storage engines...
I can hardly imagine cross-NDB-cluster resource manager...
[3 Oct 2008 20:32] Konstantin Osipov
Workaround: use tablespaces where they are available.