Andrew Garner
Andrew Garner
There have been a few occasions where backup data has been corrupted after the fact, usually after shuffling through various long-term storage services. Sometimes those use deduplication features or other...
From a local build against v0.13.0: ``` $ make build $ ./mysqld_exporter --version mysqld_exporter, version 0.13.0 (branch: master, revision: ad2847c7fa67b9debafccd5a08bacb12fc9031f1) build user: root@49837bc938f8 build date: 20210526-20:12:58 go version: go1.16.3 platform:...
Right now sieve --defer-foreign-keys takes a CREATE TABLE statement and extracts out the foreign key definitions. These are then emitted after the table data is loaded along with another other...
The logic exists to track !include/!includedir directives in dbsake.core.mysql.mycnf.parser but the front-end returns the first result and just stops without processing the remaining entries. This seems to be a simple...
I've been asked a few times to allow frmdump to search existing frms. Namely looking for things like certain column types (i.e. old DATE/TIME types) or no primary keys. Frms...
Currently dbsake sandbox installs a sandbox owned by the user running the command. When running as root, this is similar to always enabling the SANDBOX_AS_ROOT option in mysql-sandbox. That is,...
This can be similar to the logic of enabling the innodb plugin for 5.1. Namely we want to set plugin-load = ha_tokudb, if necessary. This is usually done during the...
sieve's tokenizer currently relies on comments to detect section types. This needs to be made more intelligent to support more dump formats. Currently this should be at least classified as...
An option to rewriter the definer user would be useful here, as invalid definers are a common case where views break.
I would be nice to additionally support decoding .TRG files similar to how view .frms are decoded.