{"id":20179532,"url":"https://github.com/lrf141/toybox","last_synced_at":"2026-04-29T15:08:20.867Z","repository":{"id":129947510,"uuid":"507211199","full_name":"lrf141/toybox","owner":"lrf141","description":"Simple Storage Engine for MySQL","archived":false,"fork":false,"pushed_at":"2024-01-24T15:39:03.000Z","size":188,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:50:46.795Z","etag":null,"topics":["mysql","plugin","storage-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lrf141.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-25T04:17:22.000Z","updated_at":"2023-08-17T12:24:23.000Z","dependencies_parsed_at":"2024-01-24T16:45:54.044Z","dependency_job_id":null,"html_url":"https://github.com/lrf141/toybox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Ftoybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Ftoybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Ftoybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Ftoybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lrf141","download_url":"https://codeload.github.com/lrf141/toybox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616681,"owners_count":19991542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mysql","plugin","storage-engine"],"created_at":"2024-11-14T02:27:05.724Z","updated_at":"2026-04-29T15:08:15.837Z","avatar_url":"https://github.com/lrf141.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toybox\n\nSimple Storage Engine for MySQL\n\n## How to build\n\n### Clone mysql-server from github\n```bash\n$ git clone git@github.com:mysql/mysql-server.git\n$ cd mysql-server\n```\n\n### Clone this repository\n```bash\nmysql-server/$ cd storage/\nmysql-server/storage$ git clone git@github.com:lrf141/toybox.git\n```\n\n### Build with MySQL Server\n```bash\nmysql-server$ mkdir build \u0026\u0026 cd $_\nmysql-server/build$ cmake ../ -DCMAKE_BUILD_TYPE=Debug -DWITH_BOOST=./boost -DDOWNLOAD_BOOST=1\n```\n\n### (Optional) Run mysql-test-run\n```bash\nmysql-server/storage/toybox$ ./mtr/setup-test.sh\nmysql-server/storage/toybox$ cd ../../build/mysql-test\nmysql-server/build/mysql-test$ ./mtr --suite toybox\n```\n\n### Run with rr-debugger\n```bash\nmysql-server/storage/toybox$ sudo sysctl -w kernel.perf_event_paranoid=1\nmysql-server/storage/toybox$ ./mtr/setup-test.sh\nmysql-server/storage/toybox$ cd ../../build/mysql-test\nmysql-server/build/mysql-test$ ./mtr --suite toybox --rr\n```\n\n### (Optional) Run unit test\n```\nmysql-server/build$ ./runtime_output_directory/toybox_tests \n```\n\n### (Deprecated) Install/Uninstall Plugin\n```sql\nmysql\u003e INSTALL PLUGIN toybox SONAME 'ha_toybox.so';\n\nmysql\u003e UNINSTALL PLUGIN toybox;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrf141%2Ftoybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flrf141%2Ftoybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrf141%2Ftoybox/lists"}