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
fc61731b
Commit
fc61731b
authored
Apr 17, 2003
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new result of Query Cache with Innodb
parent
5818aa9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/innodb_cache.result
mysql-test/r/innodb_cache.result
+2
-2
No files found.
mysql-test/r/innodb_cache.result
View file @
fc61731b
...
@@ -69,7 +69,7 @@ Variable_name Value
...
@@ -69,7 +69,7 @@ Variable_name Value
Qcache_queries_in_cache 3
Qcache_queries_in_cache 3
show status like "Qcache_hits";
show status like "Qcache_hits";
Variable_name Value
Variable_name Value
Qcache_hits
0
Qcache_hits
3
insert into t1 values (3);
insert into t1 values (3);
insert into t2 values (3);
insert into t2 values (3);
insert into t1 values (4);
insert into t1 values (4);
...
@@ -93,7 +93,7 @@ Variable_name Value
...
@@ -93,7 +93,7 @@ Variable_name Value
Qcache_queries_in_cache 3
Qcache_queries_in_cache 3
show status like "Qcache_hits";
show status like "Qcache_hits";
Variable_name Value
Variable_name Value
Qcache_hits
0
Qcache_hits
4
commit;
commit;
show status like "Qcache_queries_in_cache";
show status like "Qcache_queries_in_cache";
Variable_name Value
Variable_name Value
...
...
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