Database Archive

UDF median on Windows


On my current project we use MySQL as part of our stack and I needed to setup MySQL on my Windows XP workstation for development. A custom feature of the database is the use of a MySQL UDF (User Defined Function), discussed in depth here, here and lots of other places.

We had a pre-compiled Windows binary DLL available that did not work. Dan Moore told me… Read more »