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
3fa071bb
Commit
3fa071bb
authored
Jul 16, 2010
by
Marc Alff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#53392 Tests: perfschema.query_cache fails
Backport from mysql-next-mr (5.6) to mysql-trunk (5.5)
parent
d32d8f8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
mysql-test/suite/perfschema/r/query_cache.result
mysql-test/suite/perfschema/r/query_cache.result
+1
-0
mysql-test/suite/perfschema/t/query_cache.test
mysql-test/suite/perfschema/t/query_cache.test
+5
-3
No files found.
mysql-test/suite/perfschema/r/query_cache.result
View file @
3fa071bb
...
...
@@ -4,6 +4,7 @@ insert into t1 values (1), (2), (3);
SET GLOBAL query_cache_size=1355776;
flush query cache;
reset query cache;
flush status;
select * from t1;
a
1
...
...
mysql-test/suite/perfschema/t/query_cache.test
View file @
3fa071bb
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2009, 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
...
...
@@ -10,8 +10,8 @@
# 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
# along with this program; if not, write to the Free Software
Foundation,
#
51 Franklin Street, Suite 500, Boston, MA 02110-1335
USA
# Tests for PERFORMANCE_SCHEMA
...
...
@@ -33,6 +33,8 @@ SET GLOBAL query_cache_size=1355776;
flush
query
cache
;
reset
query
cache
;
# Reset Qcache_* to a known state
flush
status
;
select
*
from
t1
;
...
...
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