Browse Source

Follow-up to changing FSF address

Some places didn't match the previous rules, making the Floor
address wrong.

Additional sed rules:

sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g'
sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g'
pull/1338/head
Vicențiu Ciorbaru 7 years ago
parent
commit
15f1e03d46
  1. 2
      BUILD/compile-bintar
  2. 2
      BUILD/util.sh
  3. 6
      debian/additions/innotop/innotop
  4. 2
      debian/additions/innotop/innotop.1
  5. 2
      include/handler_ername.h
  6. 2
      include/my_base.h
  7. 2
      include/mysql/psi/mysql_file.h
  8. 2
      include/mysql/psi/mysql_thread.h
  9. 2
      include/mysql/psi/psi.h
  10. 2
      include/mysql/psi/psi_abi_v1.h
  11. 2
      include/mysql/psi/psi_abi_v2.h
  12. 2
      include/violite.h
  13. 2
      mysys/my_handler_errors.h
  14. 2
      mysys/my_port.c
  15. 2
      sql/handler.cc
  16. 2
      storage/innobase/btr/btr0btr.c
  17. 2
      storage/innobase/btr/btr0cur.c
  18. 2
      storage/innobase/dict/dict0dict.c
  19. 2
      storage/innobase/dyn/dyn0dyn.c
  20. 2
      storage/innobase/fsp/fsp0fsp.c
  21. 2
      storage/innobase/handler/ha_innodb.cc
  22. 2
      storage/innobase/handler/handler0alter.cc
  23. 2
      storage/innobase/ibuf/ibuf0ibuf.c
  24. 2
      storage/innobase/include/btr0btr.h
  25. 2
      storage/innobase/include/btr0cur.h
  26. 2
      storage/innobase/include/btr0cur.ic
  27. 2
      storage/innobase/include/buf0buf.h
  28. 2
      storage/innobase/include/buf0buf.ic
  29. 2
      storage/innobase/include/db0err.h
  30. 2
      storage/innobase/include/dict0dict.h
  31. 2
      storage/innobase/include/dict0dict.ic
  32. 2
      storage/innobase/include/dict0mem.h
  33. 2
      storage/innobase/include/dyn0dyn.h
  34. 2
      storage/innobase/include/dyn0dyn.ic
  35. 2
      storage/innobase/include/fsp0fsp.h
  36. 2
      storage/innobase/include/fsp0fsp.ic
  37. 2
      storage/innobase/include/log0log.h
  38. 2
      storage/innobase/include/mtr0mtr.h
  39. 2
      storage/innobase/include/mtr0mtr.ic
  40. 2
      storage/innobase/include/page0page.h
  41. 2
      storage/innobase/include/page0page.ic
  42. 2
      storage/innobase/include/sync0sync.h
  43. 2
      storage/innobase/include/trx0rec.ic
  44. 2
      storage/innobase/include/trx0undo.h
  45. 2
      storage/innobase/log/log0log.c
  46. 2
      storage/innobase/mtr/mtr0mtr.c
  47. 2
      storage/innobase/page/page0cur.c
  48. 2
      storage/innobase/page/page0page.c
  49. 2
      storage/innobase/row/row0ins.c
  50. 2
      storage/innobase/row/row0mysql.c
  51. 2
      storage/innobase/row/row0purge.c
  52. 2
      storage/innobase/row/row0row.c
  53. 2
      storage/innobase/row/row0upd.c
  54. 2
      storage/innobase/sync/sync0rw.c
  55. 2
      storage/innobase/sync/sync0sync.c
  56. 2
      storage/innobase/trx/trx0rec.c
  57. 2
      storage/innobase/trx/trx0sys.c
  58. 2
      storage/innobase/trx/trx0undo.c
  59. 2
      storage/innobase/ut/ut0ut.c
  60. 2
      storage/perfschema/CMakeLists.txt
  61. 2
      storage/perfschema/ha_perfschema.cc
  62. 2
      storage/perfschema/ha_perfschema.h
  63. 2
      storage/perfschema/pfs.cc
  64. 2
      storage/perfschema/pfs.h
  65. 2
      storage/perfschema/pfs_atomic.cc
  66. 2
      storage/perfschema/pfs_atomic.h
  67. 2
      storage/perfschema/pfs_check.cc
  68. 2
      storage/perfschema/pfs_column_types.h
  69. 2
      storage/perfschema/pfs_column_values.cc
  70. 2
      storage/perfschema/pfs_column_values.h
  71. 2
      storage/perfschema/pfs_engine_table.cc
  72. 2
      storage/perfschema/pfs_engine_table.h
  73. 2
      storage/perfschema/pfs_events_waits.cc
  74. 2
      storage/perfschema/pfs_events_waits.h
  75. 2
      storage/perfschema/pfs_global.cc
  76. 2
      storage/perfschema/pfs_global.h
  77. 2
      storage/perfschema/pfs_instr.cc
  78. 2
      storage/perfschema/pfs_instr.h
  79. 2
      storage/perfschema/pfs_instr_class.cc
  80. 2
      storage/perfschema/pfs_instr_class.h
  81. 2
      storage/perfschema/pfs_lock.h
  82. 2
      storage/perfschema/pfs_server.cc
  83. 2
      storage/perfschema/pfs_server.h
  84. 2
      storage/perfschema/pfs_stat.h
  85. 2
      storage/perfschema/pfs_timer.cc
  86. 2
      storage/perfschema/pfs_timer.h
  87. 2
      storage/perfschema/table_all_instr.cc
  88. 2
      storage/perfschema/table_all_instr.h
  89. 2
      storage/perfschema/table_events_waits.cc
  90. 2
      storage/perfschema/table_events_waits.h
  91. 2
      storage/perfschema/table_events_waits_summary.cc
  92. 2
      storage/perfschema/table_events_waits_summary.h
  93. 2
      storage/perfschema/table_ews_global_by_event_name.cc
  94. 2
      storage/perfschema/table_ews_global_by_event_name.h
  95. 2
      storage/perfschema/table_file_instances.cc
  96. 2
      storage/perfschema/table_file_instances.h
  97. 2
      storage/perfschema/table_file_summary.cc
  98. 2
      storage/perfschema/table_file_summary.h
  99. 2
      storage/perfschema/table_performance_timers.cc
  100. 2
      storage/perfschema/table_performance_timers.h

2
BUILD/compile-bintar

@ -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., 51 Franklin Place - Suite 330, Boston, MA 02110-1335 USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
# This script's purpose is to build the binary tarball packages for MariaDB

2
BUILD/util.sh

@ -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., 51 Franklin Place - Suite 330, Boston, MA 02110-1335 USA.
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
# Setting cpu options.
get_cpuopt () {

6
debian/additions/innotop/innotop

@ -16,7 +16,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
# Place, Suite 330, Boston, MA 02110-1335 USA
# Street, Fifth Floor, Boston, MA 02110-1335 USA
use strict;
use warnings FATAL => 'all';
@ -1362,7 +1362,7 @@ licenses.
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
Place, Suite 330, Boston, MA 02110-1335 USA.
Street, Fifth Floor, Boston, MA 02110-1335 USA.
LICENSE
# Configuration information and global setup {{{1
@ -10926,7 +10926,7 @@ licenses.
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
Place, Suite 330, Boston, MA 02110-1335 USA.
Street, Fifth Floor, Boston, MA 02110-1335 USA.
Execute innotop and press '!' to see this information at any time.

2
debian/additions/innotop/innotop.1

@ -2068,7 +2068,7 @@ licenses.
.PP
You should have received a copy of the \s-1GNU\s0 General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
Place, Suite 330, Boston, \s-1MA 02110-1335 USA\s0.
Street, Fifth Floor, Boston, \s-1MA 02110-1335 USA\s0.
.PP
Execute innotop and press '!' to see this information at any time.
.SH "AUTHOR"

2
include/handler_ername.h

@ -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 Street, Suite 500, Boston, MA 02110-1335 USA */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/* Names of all handler error numbers. Used by mysqltest */

2
include/my_base.h

@ -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 Street, Suite 500, Boston, MA 02110-1335 USA */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/* This file includes constants used with all databases */

2
include/mysql/psi/mysql_file.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef MYSQL_FILE_H
#define MYSQL_FILE_H

2
include/mysql/psi/mysql_thread.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef MYSQL_THREAD_H
#define MYSQL_THREAD_H

2
include/mysql/psi/psi.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef MYSQL_PERFORMANCE_SCHEMA_INTERFACE_H
#define MYSQL_PERFORMANCE_SCHEMA_INTERFACE_H

2
include/mysql/psi/psi_abi_v1.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file mysql/psi/psi_abi_v1.h

2
include/mysql/psi/psi_abi_v2.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file mysql/psi/psi_abi_v1.h

2
include/violite.h

@ -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 Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/*
* Vio Lite.

2
mysys/my_handler_errors.h

@ -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., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/*
Errors a handler can give you

2
mysys/my_port.c

@ -12,7 +12,7 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Place - Suite 330, Boston,
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1335 USA */
/*

2
sql/handler.cc

@ -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., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/** @file handler.cc

2
storage/innobase/btr/btr0btr.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/btr/btr0cur.c

@ -20,7 +20,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/dict/dict0dict.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/dyn/dyn0dyn.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/fsp/fsp0fsp.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/handler/ha_innodb.cc

@ -27,7 +27,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/handler/handler0alter.cc

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/ibuf/ibuf0ibuf.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/btr0btr.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/btr0cur.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/btr0cur.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/buf0buf.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/buf0buf.ic

@ -19,7 +19,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/db0err.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/dict0dict.h

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/dict0dict.ic

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/dict0mem.h

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/dyn0dyn.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/dyn0dyn.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/fsp0fsp.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/fsp0fsp.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/log0log.h

@ -19,7 +19,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/mtr0mtr.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/mtr0mtr.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/page0page.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/page0page.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/sync0sync.h

@ -19,7 +19,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/trx0rec.ic

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/include/trx0undo.h

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/log/log0log.c

@ -20,7 +20,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/mtr/mtr0mtr.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/page/page0cur.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/page/page0page.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/row/row0ins.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/row/row0mysql.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/row/row0purge.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/row/row0row.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/row/row0upd.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/sync/sync0rw.c

@ -19,7 +19,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/sync/sync0sync.c

@ -19,7 +19,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/trx/trx0rec.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/trx/trx0sys.c

@ -13,7 +13,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/trx/trx0undo.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/innobase/ut/ut0ut.c

@ -12,7 +12,7 @@ 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.,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
*****************************************************************************/

2
storage/perfschema/CMakeLists.txt

@ -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,
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/include

2
storage/perfschema/ha_perfschema.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/ha_perfschema.cc

2
storage/perfschema/ha_perfschema.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef HA_PERFSCHEMA_H
#define HA_PERFSCHEMA_H

2
storage/perfschema/pfs.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs.cc

2
storage/perfschema/pfs.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_H
#define PFS_H

2
storage/perfschema/pfs_atomic.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_atomic.cc

2
storage/perfschema/pfs_atomic.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_ATOMIC_H
#define PFS_ATOMIC_H

2
storage/perfschema/pfs_check.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_check.cc

2
storage/perfschema/pfs_column_types.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_COLUMN_TYPES_H
#define PFS_COLUMN_TYPES_H

2
storage/perfschema/pfs_column_values.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_column_values.cc

2
storage/perfschema/pfs_column_values.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_COLUMN_VALUES_H
#define PFS_COLUMN_VALUES_H

2
storage/perfschema/pfs_engine_table.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_engine_table.cc

2
storage/perfschema/pfs_engine_table.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_ENGINE_TABLE_H
#define PFS_ENGINE_TABLE_H

2
storage/perfschema/pfs_events_waits.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_events_waits.cc

2
storage/perfschema/pfs_events_waits.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_EVENTS_WAITS_H
#define PFS_EVENTS_WAITS_H

2
storage/perfschema/pfs_global.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_global.cc

2
storage/perfschema/pfs_global.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_GLOBAL_H
#define PFS_GLOBAL_H

2
storage/perfschema/pfs_instr.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_instr.cc

2
storage/perfschema/pfs_instr.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_INSTR_H
#define PFS_INSTR_H

2
storage/perfschema/pfs_instr_class.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_instr_class.cc

2
storage/perfschema/pfs_instr_class.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_INSTR_CLASS_H
#define PFS_INSTR_CLASS_H

2
storage/perfschema/pfs_lock.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_LOCK_H
#define PFS_LOCK_H

2
storage/perfschema/pfs_server.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_server.cc

2
storage/perfschema/pfs_server.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_SERVER_H
#define PFS_SERVER_H

2
storage/perfschema/pfs_stat.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_STAT_H
#define PFS_STAT_H

2
storage/perfschema/pfs_timer.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/pfs_timer.cc

2
storage/perfschema/pfs_timer.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef PFS_TIMER_H
#define PFS_TIMER_H

2
storage/perfschema/table_all_instr.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_all_instr.cc

2
storage/perfschema/table_all_instr.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_ALL_INSTR_H
#define TABLE_ALL_INSTR_H

2
storage/perfschema/table_events_waits.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_events_waits.cc

2
storage/perfschema/table_events_waits.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_EVENTS_WAITS_H
#define TABLE_EVENTS_WAITS_H

2
storage/perfschema/table_events_waits_summary.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_events_waits_summary.cc

2
storage/perfschema/table_events_waits_summary.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_EVENTS_WAITS_SUMMARY_H
#define TABLE_EVENTS_WAITS_SUMMARY_H

2
storage/perfschema/table_ews_global_by_event_name.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_ews_global_by_event_name.cc

2
storage/perfschema/table_ews_global_by_event_name.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_EVENTS_WAITS_SUMMARY_GLOBAL_BY_EVENT_NAME_H
#define TABLE_EVENTS_WAITS_SUMMARY_GLOBAL_BY_EVENT_NAME_H

2
storage/perfschema/table_file_instances.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_file_instances.cc

2
storage/perfschema/table_file_instances.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_FILE_INSTANCES_H
#define TABLE_FILE_INSTANCES_H

2
storage/perfschema/table_file_summary.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_file_summary.cc

2
storage/perfschema/table_file_summary.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_FILE_SUMMARY_H
#define TABLE_FILE_SUMMARY_H

2
storage/perfschema/table_performance_timers.cc

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
/**
@file storage/perfschema/table_performance_timers.cc

2
storage/perfschema/table_performance_timers.h

@ -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,
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#ifndef TABLE_PERFORMANCE_TIMERS_H
#define TABLE_PERFORMANCE_TIMERS_H

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save