Issues

Select view

Select search mode

 

facebook/webscale mysqldump changes missing

Done

Description

facebook/webscale adds some features and options to mysqldump for MyRocks.

  • Add client/mysqldump.c to the merge process.

  • Investigate what is needed, what is useful and what is unnecessary to import.

https://github.com/facebook/mysql-5.6/commit/d59aea08df729c43e5df1b2bf004cec872c11104 : mysqldump supporting RocksDB
https://github.com/facebook/mysql-5.6/commit/116f066d366a2d8f7a0753e40032b81b6485b0a2 : Make mysqldump take rocksdb snapshot if default_storage_engine==rocksdb
https://github.com/facebook/mysql-5.6/commit/ca1f197fd1272a466a58d89bf462fcfc0ef57644 : Prevent from block cache eviction by full table scan #68
https://github.com/facebook/mysql-5.6/commit/3ee652d36780faf83626d052f9706ffb2bdd67c0 : Print rocksdb_bulk_load session variables in mysqldump

Depends on MYR-16 : myrocks/webscale uses different method to implement START TRANSACTION WITH CONSISTENT SNAPSHOT

https://blueprints.launchpad.net/percona-server/+spec/myrocks-mysqldump-5.6
https://blueprints.launchpad.net/percona-server/+spec/myrocks-mysqldump-5.7

Environment

None

Smart Checklist

Details

Assignee

Reporter

Components

Fix versions

Priority

Smart Checklist

Created October 13, 2016 at 8:42 PM
Updated April 30, 2018 at 6:32 PM
Resolved February 1, 2017 at 10:00 PM

Activity

Show:

George LorchFebruary 2, 2017 at 4:10 PM

See DOC-378

Hrvoje MatijakovicFebruary 2, 2017 at 7:19 AM

Can you please open a DOC ticket or link this ticket to a milestone/RM ticket for which changes need to be documented.

George LorchFebruary 1, 2017 at 10:01 PM
Edited

This will need some doc work for generic Percona Server as well as later for when we enable MyRocks

George LorchJanuary 23, 2017 at 10:41 PM

rocksdb.mysqldump.test would be best served is were fixed and merged first, so pausing progress here for now until that is done.