February 2018
Intermediate to advanced
510 pages
16h 10m
English
For adding a new native function, source distribution is required in order to compile using modified source that consists of the new native function. It is also required to repeat this when you migrate to another MySQL version.
In a case where a new native function is to be referred in the statements and also replicated to slave servers, ensure that each of the slave servers has the new native function available, otherwise replication on the slave server will fail when the new native function invocation is attempted.
The followings are the steps for adding a new native function in the source distribution files of the sql directory:
Read now
Unlock full access