Skip to content
Facebook's branch of the Oracle MySQL v5.6 database
C++ C Java Perl Yacc Python Other
Find file
Latest commit 0c6b253 @vasilep vasilep Improve coding style for class Column_family_manager
Summary:
Rename class Column_family_manager into Rdb_cf_manager
Make member variables to have prefix m_
Make get_ methods const

Test Plan: mysqltest.sh

Reviewers: jkedgar

Reviewed By: jkedgar

Subscribers: webscalesql-eng

Projects: #webscalesql

Differential Revision: https://reviews.facebook.net/D55815
Failed to load latest commit information.
BUILD Fix comments about recommended way to build.
Docs Imported mysql-5.6.27
arcanist Expose a MyRocks variable to control the number of subcompaction thre…
client mysqld sends error 2006 to socket before closing the connection due t…
cmake Use PIC versions of cryptography and OpenSSL libraries if present
dbug Basic Async MySQL Client Support
extra augment innochecksum to give insight of fragmentation
fbson Lift \u0000 constraint in JSON parsing for backward compatibility
include Add gcc function attributes to MyRocks code with a sprinkle of assert…
libevent Bug#21288106 - MISSING SANITY CHECK FOR STRDUP() IN HTTP.C PLUS POTEN…
libmysql Basic Async MySQL Client Support
libmysqld Optionally log all @@global variable changes to error log
libservices Updated/added copyright headers
man Imported mysql-5.6.27
mysql-test Expose a MyRocks variable to control the number of subcompaction thre…
mysys Introduces new SKIP LOCKED and NOWAIT options for SELECT ... FOR UPDATE.
mysys_ssl Remove mysql client warning about passwords
packaging Remove deprecated mysqlhotcopy script
plugin Log semi-sync tailer's host/ip information
regex Fix errors preventing clean compilation with NDEBUG defined
rocksdb @ d962023 Updating rocksdb revision
scripts Adding OPTIONS* files into myrocks_hotbackup
sql-bench Configure sql-bench to use transactions for RocksDB
sql-common Fix the known runtime errors pointed out by ubsan
sql Remove confusing trylock()
storage Improve coding style for class Column_family_manager
strings Bug#21682439: BACKPORT OF BUG#20928289 TO MYSQL 5.6
support-files Make sure that 'git status' is clean on Ubuntu 15.10
tests Fix errors preventing clean compilation with NDEBUG defined
unittest Completely remove ability to build with yassl
vio mysqld sends error 2006 to socket before closing the connection due t…
win BUG#19351573: BUILDING WITH VISUAL STUDIO 2013 GIVES
xtrabackup Adding more logging for xtrabackup.xb_with_logs and changing log oupu…
zlib Allow reading of headerless compressed pages
.arcconfig Add C++ linters to MyRocks
.gitignore Enable building with -DDEBUG and make `git status` clean for all the …
.gitmodules Embed RocksDB in MySQL repo
BUILD-CMAKE Bug#16328024 BUILD-CMAKE NEEDS TO BE UPDATED TO CORRECT LINK TO MYSQL…
CMakeLists.txt Compile rocksdb library with mysql compiler settings
COPYING Use a new version of "COPYING", the GPL text.
Doxyfile-perfschema Merge mysql-next-mr revno 3206 --> mysql-next-mr-wl4816
INSTALL-SOURCE Imported mysql-5.6.27
INSTALL-WIN-SOURCE Merging the changes for Bug 1663316 - MYSQL.INFO CONTAINS OUTDATED IN…
README - Updated the copyright year in the welcome message for MySQL
VERSION Raise version number after cloning 5.6.26
config.h.cmake Add option to use fdatasync() where available
configure.cmake Implementation of server-side statement timeout

README

MySQL Server 5.6

This is a release of MySQL, a dual-license SQL database server.
For the avoidance of doubt, this particular copy of the software 
is released under the version 2 of the GNU General Public License. 
MySQL is brought to you by Oracle.

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

License information can be found in the COPYING file.

MySQL FOSS License Exception
We want free and open source software applications under certain
licenses to be able to use specified GPL-licensed MySQL client
libraries despite the fact that not all such FOSS licenses are
compatible with version 2 of the GNU General Public License.  
Therefore there are special exceptions to the terms and conditions 
of the GPLv2 as applied to these client libraries, which are 
identified and described in more detail in the FOSS License 
Exception at 
<http://www.mysql.com/about/legal/licensing/foss-exception.html>.

This distribution may include materials developed by third
parties. For license and attribution notices for these
materials, please refer to the documentation that accompanies
this distribution (see the "Licenses for Third-Party Components"
appendix) or view the online documentation at 
<http://dev.mysql.com/doc/>.

GPLv2 Disclaimer
For the avoidance of doubt, except that if any license choice
other than GPL or LGPL is available it will apply instead, 
Oracle elects to use only the General Public License version 2 
(GPLv2) at this time for any software where a choice of GPL 
license versions is made available with the language indicating 
that GPLv2 or any later version may be used, or where a choice 
of which version of the GPL is applied is otherwise unspecified.

For further information about MySQL or additional documentation, 
see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some Reference Manual sections of special interest:
- If you are migrating from an older version of MySQL, please 
  read the "Upgrading from..." section.
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading
  chapter.
- For the new features/bugfix history, see the MySQL Change History 
  appendix.

You can browse the MySQL Reference Manual online or download it 
in any of several formats at the URL given earlier in this file.
Source distributions include a local copy of the manual in the
Docs directory.
Something went wrong with that request. Please try again.