Skip to content

Commit 68bc46c

Browse files
committed
BUG#21551742 ERRONEOUS EXECUTE BITS AND INCORRECT FSF ADDRESS ON VARIOUS FILES
1 parent 5a2e1d9 commit 68bc46c

25 files changed

+14
-14
lines changed

mysql-test/suite/innodb/include/tablespace_filenames.inc

100755100644
File mode changed.

mysql-test/suite/innodb/include/tablespace_portability.inc

100755100644
File mode changed.

mysql-test/suite/innodb/r/tablespace_crash.result

100755100644
File mode changed.

mysql-test/suite/innodb/r/tablespace_embedded.result

100755100644
File mode changed.

mysql-test/suite/innodb/r/tablespace_embedded_windows.result

100755100644
File mode changed.

mysql-test/suite/innodb/r/tablespace_portability_windows.result

100755100644
File mode changed.

mysql-test/suite/innodb/t/tablespace_crash.test

100755100644
File mode changed.

mysql-test/suite/innodb/t/tablespace_embedded.test

100755100644
File mode changed.

mysql-test/suite/innodb/t/tablespace_embedded_windows.test

100755100644
File mode changed.

mysql-test/suite/innodb/t/tablespace_portability_windows.test

100755100644
File mode changed.

mysql-test/suite/innodb_stress/t/load_generator.py

100755100644
File mode changed.

storage/innobase/handler/ha_innodb.cc

100755100644
File mode changed.

storage/perfschema/table_esms_by_program.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_esms_by_program.cc

storage/perfschema/table_esms_by_program.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_ESMS_BY_PROGRAM_H
1717
#define TABLE_ESMS_BY_PROGRAM_H

storage/perfschema/table_ets_by_account_by_event_name.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_ets_by_account_by_event_name.cc

storage/perfschema/table_ets_by_account_by_event_name.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_ETS_BY_ACCOUNT_BY_EVENT_NAME_H
1717
#define TABLE_ETS_BY_ACCOUNT_BY_EVENT_NAME_H

storage/perfschema/table_ets_by_host_by_event_name.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_ets_by_host_by_event_name.cc

storage/perfschema/table_ets_by_host_by_event_name.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_ETS_BY_HOST_BY_EVENT_NAME_H
1717
#define TABLE_ETS_BY_HOST_BY_EVENT_NAME_H

storage/perfschema/table_ets_by_user_by_event_name.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_ets_by_user_by_event_name.cc

storage/perfschema/table_ets_by_user_by_event_name.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_ETS_BY_USER_BY_EVENT_NAME_H
1717
#define TABLE_ETS_BY_USER_BY_EVENT_NAME_H

storage/perfschema/table_prepared_stmt_instances.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_prepared_stmt_instances.cc

storage/perfschema/table_prepared_stmt_instances.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_PREPARED_STMT_INSTANCES
1717
#define TABLE_PREPARED_STMT_INSTANCES

storage/perfschema/table_table_handles.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/**
1717
@file storage/perfschema/table_table_handles.cc

storage/perfschema/table_table_handles.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#ifndef TABLE_TABLE_HANDLES_H
1717
#define TABLE_TABLE_HANDLES_H

unittest/gunit/thd_manager-t.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -11,7 +11,7 @@
1111
1212
You should have received a copy of the GNU General Public License
1313
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
14+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
1515

1616
/**
1717
This is unit test for the Global_THD_manager class.

0 commit comments

Comments
 (0)