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
c43ac24b
Commit
c43ac24b
authored
Oct 26, 2003
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge fix
parent
393838ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/query_cache.result
mysql-test/r/query_cache.result
+4
-4
No files found.
mysql-test/r/query_cache.result
View file @
c43ac24b
...
@@ -580,7 +580,7 @@ select * from t1;
...
@@ -580,7 +580,7 @@ select * from t1;
a
a
set GLOBAL query_cache_size=1024;
set GLOBAL query_cache_size=1024;
Warnings:
Warnings:
Warning 12
79
Query cache failed to set size 1024, new query cache size is 0
Warning 12
80
Query cache failed to set size 1024, new query cache size is 0
show global variables like "query_cache_size";
show global variables like "query_cache_size";
Variable_name Value
Variable_name Value
query_cache_size 0
query_cache_size 0
...
@@ -588,7 +588,7 @@ select * from t1;
...
@@ -588,7 +588,7 @@ select * from t1;
a
a
set GLOBAL query_cache_size=10240;
set GLOBAL query_cache_size=10240;
Warnings:
Warnings:
Warning 12
79
Query cache failed to set size 10240, new query cache size is 0
Warning 12
80
Query cache failed to set size 10240, new query cache size is 0
show global variables like "query_cache_size";
show global variables like "query_cache_size";
Variable_name Value
Variable_name Value
query_cache_size 0
query_cache_size 0
...
@@ -596,7 +596,7 @@ select * from t1;
...
@@ -596,7 +596,7 @@ select * from t1;
a
a
set GLOBAL query_cache_size=20480;
set GLOBAL query_cache_size=20480;
Warnings:
Warnings:
Warning 12
79
Query cache failed to set size 20480, new query cache size is 0
Warning 12
80
Query cache failed to set size 20480, new query cache size is 0
show global variables like "query_cache_size";
show global variables like "query_cache_size";
Variable_name Value
Variable_name Value
query_cache_size 0
query_cache_size 0
...
@@ -604,7 +604,7 @@ select * from t1;
...
@@ -604,7 +604,7 @@ select * from t1;
a
a
set GLOBAL query_cache_size=40960;
set GLOBAL query_cache_size=40960;
Warnings:
Warnings:
Warning 12
79
Query cache failed to set size 40960, new query cache size is 0
Warning 12
80
Query cache failed to set size 40960, new query cache size is 0
show global variables like "query_cache_size";
show global variables like "query_cache_size";
Variable_name Value
Variable_name Value
query_cache_size 0
query_cache_size 0
...
...
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