Bug #19319 | Deterministic Stored Function should be a legal partition function | ||
---|---|---|---|
Submitted: | 24 Apr 2006 22:52 | Modified: | 30 May 2006 21:55 |
Reporter: | Andy | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.1.10-beta | OS: | Linux (linux) |
Assigned to: | CPU Architecture: | Any |
[24 Apr 2006 22:52]
Andy
[23 May 2006 22:57]
Hartmut Holzgraefe
Changed "UDF" to "Stored Function" in the bug title as UDFs are actually something different. Not sure about the actual request though as Stored Function definitions may change whereas builtin functions usually don't change even between server releases. So on an ALTER FUNCTION all tables using the function for partitioning would need to be altered, too. Dependency graphs between Stored Functions and Procedures and the tables using them for partitioning (both direct and indirec calls) would have to be maintained etc. ...
[23 May 2006 23:35]
Peter Gulutzan
MySQL will be more strict about allowing any expressions for partitions. See bug#18198.
[30 May 2006 21:56]
Valeriy Kravchuk
So, this almost surely will not be implemented.