Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
3859273d
Commit
3859273d
authored
Feb 10, 2018
by
Daniel Black
Committed by
Ian Gilfillan
Oct 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-14267: correct FSF address
parent
f8604ed9
Changes
50
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
54 additions
and
54 deletions
+54
-54
extra/mariabackup/backup_copy.cc
extra/mariabackup/backup_copy.cc
+2
-2
extra/mariabackup/backup_mysql.cc
extra/mariabackup/backup_mysql.cc
+2
-2
extra/mariabackup/crc/crc-intel-pclmul.c
extra/mariabackup/crc/crc-intel-pclmul.c
+1
-1
extra/mariabackup/innobackupex.cc
extra/mariabackup/innobackupex.cc
+2
-2
extra/mariabackup/xtrabackup.cc
extra/mariabackup/xtrabackup.cc
+2
-2
include/big_endian.h
include/big_endian.h
+1
-1
include/byte_order_generic.h
include/byte_order_generic.h
+1
-1
include/byte_order_generic_x86.h
include/byte_order_generic_x86.h
+1
-1
include/byte_order_generic_x86_64.h
include/byte_order_generic_x86_64.h
+1
-1
include/little_endian.h
include/little_endian.h
+1
-1
include/my_cpu.h
include/my_cpu.h
+1
-1
mysql-test/dgcov.pl
mysql-test/dgcov.pl
+1
-1
plugin/auth_ed25519/ed25519-t.c
plugin/auth_ed25519/ed25519-t.c
+1
-1
plugin/user_variables/user_variables.cc
plugin/user_variables/user_variables.cc
+1
-1
sql/sql_get_diagnostics.cc
sql/sql_get_diagnostics.cc
+1
-1
sql/sql_get_diagnostics.h
sql/sql_get_diagnostics.h
+1
-1
storage/rocksdb/event_listener.cc
storage/rocksdb/event_listener.cc
+1
-1
storage/rocksdb/event_listener.h
storage/rocksdb/event_listener.h
+1
-1
storage/rocksdb/ha_rocksdb.cc
storage/rocksdb/ha_rocksdb.cc
+1
-1
storage/rocksdb/ha_rocksdb.h
storage/rocksdb/ha_rocksdb.h
+1
-1
storage/rocksdb/ha_rocksdb_proto.h
storage/rocksdb/ha_rocksdb_proto.h
+1
-1
storage/rocksdb/logger.h
storage/rocksdb/logger.h
+1
-1
storage/rocksdb/properties_collector.cc
storage/rocksdb/properties_collector.cc
+1
-1
storage/rocksdb/properties_collector.h
storage/rocksdb/properties_collector.h
+1
-1
storage/rocksdb/rdb_buff.h
storage/rocksdb/rdb_buff.h
+1
-1
storage/rocksdb/rdb_cf_manager.cc
storage/rocksdb/rdb_cf_manager.cc
+1
-1
storage/rocksdb/rdb_cf_manager.h
storage/rocksdb/rdb_cf_manager.h
+1
-1
storage/rocksdb/rdb_cf_options.cc
storage/rocksdb/rdb_cf_options.cc
+1
-1
storage/rocksdb/rdb_cf_options.h
storage/rocksdb/rdb_cf_options.h
+1
-1
storage/rocksdb/rdb_compact_filter.h
storage/rocksdb/rdb_compact_filter.h
+1
-1
storage/rocksdb/rdb_comparator.h
storage/rocksdb/rdb_comparator.h
+1
-1
storage/rocksdb/rdb_datadic.cc
storage/rocksdb/rdb_datadic.cc
+1
-1
storage/rocksdb/rdb_datadic.h
storage/rocksdb/rdb_datadic.h
+1
-1
storage/rocksdb/rdb_i_s.cc
storage/rocksdb/rdb_i_s.cc
+1
-1
storage/rocksdb/rdb_i_s.h
storage/rocksdb/rdb_i_s.h
+1
-1
storage/rocksdb/rdb_index_merge.cc
storage/rocksdb/rdb_index_merge.cc
+1
-1
storage/rocksdb/rdb_index_merge.h
storage/rocksdb/rdb_index_merge.h
+1
-1
storage/rocksdb/rdb_io_watchdog.cc
storage/rocksdb/rdb_io_watchdog.cc
+1
-1
storage/rocksdb/rdb_io_watchdog.h
storage/rocksdb/rdb_io_watchdog.h
+1
-1
storage/rocksdb/rdb_mutex_wrapper.cc
storage/rocksdb/rdb_mutex_wrapper.cc
+1
-1
storage/rocksdb/rdb_mutex_wrapper.h
storage/rocksdb/rdb_mutex_wrapper.h
+1
-1
storage/rocksdb/rdb_perf_context.cc
storage/rocksdb/rdb_perf_context.cc
+1
-1
storage/rocksdb/rdb_perf_context.h
storage/rocksdb/rdb_perf_context.h
+1
-1
storage/rocksdb/rdb_sst_info.cc
storage/rocksdb/rdb_sst_info.cc
+1
-1
storage/rocksdb/rdb_sst_info.h
storage/rocksdb/rdb_sst_info.h
+1
-1
storage/rocksdb/rdb_threads.cc
storage/rocksdb/rdb_threads.cc
+1
-1
storage/rocksdb/rdb_threads.h
storage/rocksdb/rdb_threads.h
+1
-1
storage/rocksdb/rdb_utils.cc
storage/rocksdb/rdb_utils.cc
+1
-1
storage/rocksdb/rdb_utils.h
storage/rocksdb/rdb_utils.h
+1
-1
storage/rocksdb/unittest/test_properties_collector.cc
storage/rocksdb/unittest/test_properties_collector.cc
+1
-1
No files found.
extra/mariabackup/backup_copy.cc
View file @
3859273d
...
...
@@ -35,8 +35,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
59 Temple
Place, Suite 330, Boston, MA 02111-1307
USA
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02111-1301
USA
*******************************************************/
...
...
extra/mariabackup/backup_mysql.cc
View file @
3859273d
...
...
@@ -34,8 +34,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
59 Temple
Place, Suite 330, Boston, MA 02111-1307
USA
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02111-1301
USA
*******************************************************/
#define MYSQL_CLIENT
...
...
extra/mariabackup/crc/crc-intel-pclmul.c
View file @
3859273d
...
...
@@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
, USA
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02110-1301
, USA
*
*/
...
...
extra/mariabackup/innobackupex.cc
View file @
3859273d
...
...
@@ -34,8 +34,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
59 Temple
Place, Suite 330, Boston, MA 02111-1307
USA
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA
*******************************************************/
...
...
extra/mariabackup/xtrabackup.cc
View file @
3859273d
...
...
@@ -36,8 +36,8 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
59 Temple
Place, Suite 330, Boston, MA 02111-1307
USA
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA
*******************************************************/
...
...
include/big_endian.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
/*
Data in big-endian format.
...
...
include/byte_order_generic.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
/*
Endianness-independent definitions for architectures other
...
...
include/byte_order_generic_x86.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
/*
Optimized function-like macros for the x86 architecture (_WIN32 included).
...
...
include/byte_order_generic_x86_64.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
/*
Optimized function-like macros for the x86 architecture (_WIN32 included).
...
...
include/little_endian.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
/*
Data in little-endian format.
...
...
include/my_cpu.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA
*/
/* instructions for specific cpu's */
...
...
mysql-test/dgcov.pl
View file @
3859273d
...
...
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
# Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA
# Run gcov and report test coverage on only those code lines touched by
# a given list of commits.
...
...
plugin/auth_ed25519/ed25519-t.c
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <tap.h>
#include <m_string.h>
...
...
plugin/user_variables/user_variables.cc
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#define MYSQL_SERVER
#include <sql_class.h>
...
...
sql/sql_get_diagnostics.cc
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
#include "sql_list.h" // Sql_alloc, List, List_iterator
#include "sql_cmd.h" // Sql_cmd
...
...
sql/sql_get_diagnostics.h
View file @
3859273d
...
...
@@ -11,7 +11,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1307
USA */
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02111-1301
USA */
#ifndef SQL_GET_DIAGNOSTICS_H
#define SQL_GET_DIAGNOSTICS_H
...
...
storage/rocksdb/event_listener.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/event_listener.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#include "rocksdb/listener.h"
...
...
storage/rocksdb/ha_rocksdb.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
...
...
storage/rocksdb/ha_rocksdb.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#ifdef USE_PRAGMA_INTERFACE
...
...
storage/rocksdb/ha_rocksdb_proto.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ standard header files */
...
...
storage/rocksdb/logger.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#include <log.h>
...
...
storage/rocksdb/properties_collector.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
#ifdef _WIN32
...
...
storage/rocksdb/properties_collector.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ system header files */
...
...
storage/rocksdb/rdb_buff.h
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#include <algorithm>
...
...
storage/rocksdb/rdb_cf_manager.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
...
...
storage/rocksdb/rdb_cf_manager.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_cf_options.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
...
...
storage/rocksdb/rdb_cf_options.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_compact_filter.h
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#ifdef USE_PRAGMA_IMPLEMENTATION
...
...
storage/rocksdb/rdb_comparator.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ system header files */
...
...
storage/rocksdb/rdb_datadic.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
...
...
storage/rocksdb/rdb_datadic.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ standard header files */
...
...
storage/rocksdb/rdb_i_s.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/rdb_i_s.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
namespace
myrocks
{
...
...
storage/rocksdb/rdb_index_merge.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/rdb_index_merge.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_io_watchdog.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
/* This C++ file's header */
#include "./rdb_io_watchdog.h"
...
...
storage/rocksdb/rdb_io_watchdog.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_mutex_wrapper.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/rdb_mutex_wrapper.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_perf_context.cc
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/rdb_perf_context.h
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ standard header files */
...
...
storage/rocksdb/rdb_sst_info.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
/* For PRIu64 use below: */
#define __STDC_FORMAT_MACROS
...
...
storage/rocksdb/rdb_sst_info.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
...
...
storage/rocksdb/rdb_threads.cc
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
...
...
storage/rocksdb/rdb_threads.h
View file @
3859273d
...
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
/* C++ standard header files */
...
...
storage/rocksdb/rdb_utils.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#include <my_config.h>
...
...
storage/rocksdb/rdb_utils.h
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
#pragma once
#include "rdb_mariadb_port.h"
...
...
storage/rocksdb/unittest/test_properties_collector.cc
View file @
3859273d
...
...
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA */
Foundation, Inc., 5
1 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA */
/* MyRocks header files */
#include "../ha_rocksdb.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment