Browse Source
Merge of fix for Bug#53102 perfschema.pfs_upgrade fails on sol10 sparc64 max in parallel mode
Merge of fix for Bug#53102 perfschema.pfs_upgrade fails on sol10 sparc64 max in parallel mode
into actual tree. No conflicts.pull/374/head
13 changed files with 127 additions and 54 deletions
-
1mysql-test/collections/default.experimental
-
29mysql-test/suite/perfschema/include/upgrade_check.inc
-
1mysql-test/suite/perfschema/r/query_cache.result
-
15mysql-test/suite/perfschema/r/selects.result
-
12mysql-test/suite/perfschema/t/bad_option_1.test
-
12mysql-test/suite/perfschema/t/bad_option_2.test
-
1mysql-test/suite/perfschema/t/global_read_lock.test
-
53mysql-test/suite/perfschema/t/pfs_upgrade.test
-
4mysql-test/suite/perfschema/t/privilege.test
-
8mysql-test/suite/perfschema/t/query_cache.test
-
1mysql-test/suite/perfschema/t/read_only.test
-
1mysql-test/suite/perfschema/t/selects-master.opt
-
43mysql-test/suite/perfschema/t/selects.test
@ -0,0 +1,29 @@ |
|||
# Copyright (C) 2010 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 Foundation; version 2 of the License. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT 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 |
|||
|
|||
# Routine to be called by pfs_upgrade.test |
|||
# $out_file and $err_file must be set within pfs_upgrade.test. |
|||
# |
|||
|
|||
--error 1 |
|||
--exec $MYSQL_UPGRADE --skip-verbose > $out_file 2> $err_file |
|||
|
|||
# Verify that mysql_upgrade complained about the performance_schema |
|||
--cat_file $err_file |
|||
--error 0,1 |
|||
--remove_file $out_file |
|||
--error 0,1 |
|||
--remove_file $err_file |
|||
|
@ -0,0 +1 @@ |
|||
--event-scheduler |
Write
Preview
Loading…
Cancel
Save
Reference in new issue