mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

Facebook's branch of the Oracle MySQL v5.6 database. This includes MyRocks.

Results 105 mysql-5.6 issues
Sort by recently updated
recently updated
newest added

I opened this issue with Percona, https://jira.percona.com/browse/PS-7855, but figured should also ask/inform here as well incase there is some issue "upstream". I attempted to create a new column family and...

In particular, trying to update HHVM fails on this usage: ``` sql/hh_wheel_timer.h 23:#include ``` HHVM requires boost, but it isn't already installed on the system, it will build it outside...

RocksDB now supports building plugins from external repos (https://github.com/facebook/rocksdb/pull/7918) and this pull request adds the needed cmake magic to include these in myrocks builds. The plugins to include are specified...

CLA Signed

For background see http://smalldatum.blogspot.com/2018/07/default-options-in-myrocks.html . I want MyRocks to have better default behavior without setting rocksdb_default_cf_options. These are default values that are lousy for performance and we when discussing with...

Example: ``` CREATE TABLE `t1` ( `id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ); CREATE TABLE `t2` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ); insert into...

The state of the LSM tree (data in memtable, #files in L0) is a significant source of variance for performance on read-only and read-heavy tests. This is much worse for...

enhancement
myrocks
low-pri

This is a discussion. Eventually it might become a feature request. The old InnoDB used a few files for all tables. InnoDB compression requires file-per-table and with that there is...

enhancement
myrocks
low-pri

Ubuntu18.04 is used during compilation,The error message is as follows: /usr/local/src/mysql-5.6/rocksdb/include/rocksdb/configurable.h:83:6: note: candidate: template T* rocksdb::Configurable::GetOptions(const string&) T* GetOptions(const std::string& name) { ^~~~~~~~~~ /usr/local/src/mysql-5.6/rocksdb/include/rocksdb/configurable.h:83:6: note: template argument deduction/substitution failed: /usr/local/src/mysql-5.6/storage/rocksdb/ha_rocksdb.cc:4862:45:...

CMake Build ```shell /snap/clion/135/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/andres6936/CLionProjects/mysql-5.6 CMake Deprecation Warning at CMakeLists.txt:24 (CMAKE_POLICY): The OLD behavior for policy CMP0018 will be removed from a future version...

I am compiling on centos 7.2.1511. The list of required packages to install is not complete on http://myrocks.io/docs/getting-started/. To compile it successfully, I also have to run `yum install libzstd-devel...