Adding a New Data Type to MariaDB with Type_handler – Part 2

After having discovered the Type_hander framework and learned how to build MariaDB Server from source, it’s time to code our first data type! We will create a MariaDB plugin that registers a new MONEY type and instantiates a custom field…

