MySQL has to know the deterministic of a defined function, official document says:
Several characteristics provide information about the nature of data use by the routine. In MySQL, these characteristics are advisory only.
Does that mean deterministic of a function does not affect how the function is executed?