From: kevin.lewis Date: April 27 2011 11:36pm Subject: bzr push into mysql-trunk-innodb branch (kevin.lewis:3607 to 3608) List-Archive: http://lists.mysql.com/commits/136256 Message-Id: <20110427233612.182ABECABD5@kevin-lewis-macbook.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3608 kevin.lewis@stripped 2011-04-27 Copyright Notice changes for the files associated with rb::645 Use current FSF address and approved copyright language. Also some whitespace cleanup. Asked by Marko in rb::645 to put this into a separate patch. modified: storage/innobase/btr/btr0cur.c storage/innobase/dict/dict0boot.c storage/innobase/dict/dict0crea.c storage/innobase/dict/dict0load.c storage/innobase/dict/dict0mem.c storage/innobase/fil/fil0fil.c storage/innobase/fsp/fsp0fsp.c storage/innobase/handler/ha_innodb.cc storage/innobase/handler/handler0alter.cc storage/innobase/handler/i_s.cc storage/innobase/ibuf/ibuf0ibuf.c storage/innobase/include/dict0dict.h storage/innobase/include/dict0dict.ic storage/innobase/include/dict0mem.h storage/innobase/include/fsp0fsp.h storage/innobase/include/fsp0fsp.ic storage/innobase/include/ha_prototypes.h storage/innobase/include/page0types.h storage/innobase/include/page0zip.ic storage/innobase/include/trx0purge.h storage/innobase/include/trx0sys.ic storage/innobase/include/univ.i storage/innobase/include/ut0bh.ic storage/innobase/mtr/mtr0log.c storage/innobase/page/page0zip.c storage/innobase/row/row0mysql.c storage/innobase/row/row0row.c storage/innobase/srv/srv0srv.c storage/innobase/sync/sync0rw.c storage/innobase/ut/ut0bh.c storage/innobase/ut/ut0ut.c 3607 kevin.lewis@stripped 2011-04-26 [merge] Merge Bug#60309-12356829 from mysql-5.5-innodb to mysql-trunk-innodb modified: mysql-test/suite/innodb/r/innodb_bug60196.result mysql-test/suite/innodb/t/innodb_bug60196.test storage/innobase/dict/dict0dict.c storage/innobase/dict/dict0load.c storage/innobase/dict/dict0mem.c storage/innobase/handler/ha_innodb.cc storage/innobase/include/dict0mem.h storage/innobase/include/ha_prototypes.h storage/innobase/include/srv0srv.h storage/innobase/srv/srv0srv.c === modified file 'storage/innobase/btr/btr0cur.c' --- a/storage/innobase/btr/btr0cur.c revid:kevin.lewis@stripped +++ b/storage/innobase/btr/btr0cur.c revid:kevin.lewis@stripped @@ -18,8 +18,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/dict/dict0boot.c' --- a/storage/innobase/dict/dict0boot.c revid:kevin.lewis@stripped +++ b/storage/innobase/dict/dict0boot.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/dict/dict0crea.c' --- a/storage/innobase/dict/dict0crea.c revid:kevin.lewis@stripped +++ b/storage/innobase/dict/dict0crea.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/dict/dict0load.c' --- a/storage/innobase/dict/dict0load.c revid:kevin.lewis@stripped +++ b/storage/innobase/dict/dict0load.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/dict/dict0mem.c' --- a/storage/innobase/dict/dict0mem.c revid:kevin.lewis@stripped +++ b/storage/innobase/dict/dict0mem.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/fil/fil0fil.c' --- a/storage/innobase/fil/fil0fil.c revid:kevin.lewis@stripped +++ b/storage/innobase/fil/fil0fil.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/fsp/fsp0fsp.c' --- a/storage/innobase/fsp/fsp0fsp.c revid:kevin.lewis@stripped +++ b/storage/innobase/fsp/fsp0fsp.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/handler/ha_innodb.cc' --- a/storage/innobase/handler/ha_innodb.cc revid:kevin.lewis@stripped +++ b/storage/innobase/handler/ha_innodb.cc revid:kevin.lewis@stripped @@ -27,7 +27,9 @@ FOR A PARTICULAR PURPOSE. See the GNU Ge 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 02110-1301 USA */ +51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA + +*****************************************************************************/ #include // explain_filename, nz2, EXPLAIN_PARTITIONS_AS_COMMENT, // EXPLAIN_FILENAME_MAX_EXTRA_LENGTH @@ -1372,7 +1374,7 @@ innobase_get_stmt( } /**********************************************************************//** -Get the current seting of the table_def_size global parameter. We do +Get the current setting of the table_def_size global parameter. We do a dirty read because for one there is no synchronization object and secondly there is little harm in doing so even if we get a torn read. @return value of table_def_size */ === modified file 'storage/innobase/handler/handler0alter.cc' --- a/storage/innobase/handler/handler0alter.cc revid:kevin.lewis@stripped +++ b/storage/innobase/handler/handler0alter.cc revid:kevin.lewis@stripped @@ -649,7 +649,7 @@ innobase_add_index_cleanup( /* Note: This check excludes the system tables. However, we should be safe because users cannot add indexes to system - tables. */ + tables. */ if (UT_LIST_GET_LEN(table->foreign_list) == 0 && UT_LIST_GET_LEN(table->referenced_list) == 0 === modified file 'storage/innobase/handler/i_s.cc' --- a/storage/innobase/handler/i_s.cc revid:kevin.lewis@stripped +++ b/storage/innobase/handler/i_s.cc revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/ibuf/ibuf0ibuf.c' --- a/storage/innobase/ibuf/ibuf0ibuf.c revid:kevin.lewis@stripped +++ b/storage/innobase/ibuf/ibuf0ibuf.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/dict0dict.h' --- a/storage/innobase/include/dict0dict.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/dict0dict.h revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/dict0dict.ic' --- a/storage/innobase/include/dict0dict.ic revid:kevin.lewis@stripped +++ b/storage/innobase/include/dict0dict.ic revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/dict0mem.h' --- a/storage/innobase/include/dict0mem.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/dict0mem.h revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/fsp0fsp.h' --- a/storage/innobase/include/fsp0fsp.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/fsp0fsp.h revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/fsp0fsp.ic' --- a/storage/innobase/include/fsp0fsp.ic revid:kevin.lewis@stripped +++ b/storage/innobase/include/fsp0fsp.ic revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/ha_prototypes.h' --- a/storage/innobase/include/ha_prototypes.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/ha_prototypes.h revid:kevin.lewis@stripped @@ -306,7 +306,7 @@ thd_set_lock_wait_time( ulint value); /*!< in: time waited for the lock */ /**********************************************************************//** -Get the current seting of the table_cache_size global parameter. We do +Get the current setting of the table_cache_size global parameter. We do a dirty read because for one there is no synchronization object and secondly there is little harm in doing so even if we get a torn read. @return SQL statement string */ === modified file 'storage/innobase/include/page0types.h' --- a/storage/innobase/include/page0types.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/page0types.h revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/page0zip.ic' --- a/storage/innobase/include/page0zip.ic revid:kevin.lewis@stripped +++ b/storage/innobase/include/page0zip.ic revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/trx0purge.h' --- a/storage/innobase/include/trx0purge.h revid:kevin.lewis@stripped +++ b/storage/innobase/include/trx0purge.h revid:kevin.lewis@stripped @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1996, 2011, Innobase Oy. All Rights Reserved. +Copyright (c) 1996, 2011, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/include/trx0sys.ic' --- a/storage/innobase/include/trx0sys.ic revid:kevin.lewis@stripped +++ b/storage/innobase/include/trx0sys.ic revid:kevin.lewis@stripped @@ -387,7 +387,7 @@ trx_is_active_low( } else if (UNIV_UNLIKELY(trx_id >= trx_sys->max_trx_id)) { /* There must be corruption: we let the caller handle the - diagnostic prints in this case. */ + diagnostic prints in this case. */ trx = NULL; if (corrupt != NULL) { === modified file 'storage/innobase/include/univ.i' --- a/storage/innobase/include/univ.i revid:kevin.lewis@stripped +++ b/storage/innobase/include/univ.i revid:kevin.lewis@stripped @@ -25,8 +25,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ @@ -311,7 +311,7 @@ definitions: */ /* The following alignment is used in memory allocations in memory heap management to ensure correct alignment for doubles etc. */ -#define UNIV_MEM_ALIGNMENT 8 +#define UNIV_MEM_ALIGNMENT 8 /* The following alignment is used in aligning lints etc. */ #define UNIV_WORD_ALIGNMENT UNIV_WORD_SIZE === modified file 'storage/innobase/include/ut0bh.ic' --- a/storage/innobase/include/ut0bh.ic revid:kevin.lewis@stripped +++ b/storage/innobase/include/ut0bh.ic revid:kevin.lewis@stripped @@ -1,5 +1,6 @@ /***************************************************************************//** -Copyright (c) 2011, Oracle Corpn. All Rights Reserved. + +Copyright (c) 2011, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -10,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/mtr/mtr0log.c' --- a/storage/innobase/mtr/mtr0log.c revid:kevin.lewis@stripped +++ b/storage/innobase/mtr/mtr0log.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/page/page0zip.c' --- a/storage/innobase/page/page0zip.c revid:kevin.lewis@stripped +++ b/storage/innobase/page/page0zip.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/row/row0mysql.c' --- a/storage/innobase/row/row0mysql.c revid:kevin.lewis@stripped +++ b/storage/innobase/row/row0mysql.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/row/row0row.c' --- a/storage/innobase/row/row0row.c revid:kevin.lewis@stripped +++ b/storage/innobase/row/row0row.c revid:kevin.lewis@stripped @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/srv/srv0srv.c' --- a/storage/innobase/srv/srv0srv.c revid:kevin.lewis@stripped +++ b/storage/innobase/srv/srv0srv.c revid:kevin.lewis@stripped @@ -26,8 +26,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/sync/sync0rw.c' --- a/storage/innobase/sync/sync0rw.c revid:kevin.lewis@stripped +++ b/storage/innobase/sync/sync0rw.c revid:kevin.lewis@stripped @@ -583,14 +583,14 @@ rw_lock_x_lock_low( #ifdef UNIV_SYNC_DEBUG pass, #endif - file_name, line); + file_name, line); } else { /* Decrement failed: relock or failed lock */ if (!pass && lock->recursive && os_thread_eq(lock->writer_thread, curr_thread)) { /* Relock */ - lock->lock_word -= X_LOCK_DECR; + lock->lock_word -= X_LOCK_DECR; } else { /* Another thread locked before us */ return(FALSE); === modified file 'storage/innobase/ut/ut0bh.c' --- a/storage/innobase/ut/ut0bh.c revid:kevin.lewis@stripped +++ b/storage/innobase/ut/ut0bh.c revid:kevin.lewis@stripped @@ -1,11 +1,6 @@ /***************************************************************************//** -Copyright (c) 2010, 2011, Oracle Corpn. All Rights Reserved. -Portions of this file contain modifications contributed and copyrighted by -Sun Microsystems, Inc. Those modifications are gratefully acknowledged and -are described briefly in the InnoDB documentation. The contributions by -Sun Microsystems are incorporated with their permission, and subject to the -conditions contained in the file COPYING.Sun_Microsystems. +Copyright (c) 2010, 2011, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -16,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ === modified file 'storage/innobase/ut/ut0ut.c' --- a/storage/innobase/ut/ut0ut.c revid:kevin.lewis@stripped +++ b/storage/innobase/ut/ut0ut.c revid:kevin.lewis@stripped @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 2011, Oracle Corpn. All Rights Reserved. +Copyright (c) 1994, 2011, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -11,8 +11,8 @@ ANY WARRANTY; without even the implied w 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, Suite 500, Boston, MA 02110-1335 USA *****************************************************************************/ No bundle (reason: useless for push emails).