Virtual tables are also interesting, but higher level, somewhat like a fuse filesystem. https://sqlite.org/vtab.html
Writing a MySQL storage engine from scratch (2016)
21–26 of 26 posts
Re: Writing a MySQL storage engine from scratch (2016)
#22Earlier quoted context omitted.
This is not the MySQL manual (dev.mysql.com) but a third party copy that is at least a few years old. We're working on moving the internals documentation into the server code with Doxygen: http://mysqlserverteam.com/mysql-8-0-now-documented-with-dox...
I can see what parents issue was now :) I had a look at the doxygen and all the goold old protocol documentation seems to be deleted/missing from the "official" documentation website. How come -- I found it really useful? - https://dev.mysql.com/doc/dev/mysql-server/8.0.0/page_protoc... - https://dev.mysql.com/doc/dev/mysql-server/8.0.0/page_protoc...
(The internals manual was out of date in many cases. I do not recommend relying on the links mentioned here.)
Re: Writing a MySQL storage engine from scratch (2016)
#23Am I the only one who likes the "C with classes" approach over C++?
Re: Writing a MySQL storage engine from scratch (2016)
#24Re: Writing a MySQL storage engine from scratch (2016)
#25Am I the only one who likes the "C with classes" approach over C++?