mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
fix broken result file
This commit is contained in:
parent
607c9a6c68
commit
3482963ad6
1 changed files with 0 additions and 10 deletions
|
|
@ -69,16 +69,6 @@ Warning 1292 Truncated incorrect query_cache_size value: '-1024'
|
||||||
SELECT @@global.query_cache_size;
|
SELECT @@global.query_cache_size;
|
||||||
@@global.query_cache_size
|
@@global.query_cache_size
|
||||||
0
|
0
|
||||||
<<<<<<< TREE
|
|
||||||
SET @@global.query_cache_size = 42949672950;
|
|
||||||
Warnings:
|
|
||||||
Warning 1292 Truncated incorrect query_cache_size value: '42949672950'
|
|
||||||
Warning 1282 Query cache failed to set size 4294966272; new query cache size is 0
|
|
||||||
SELECT @@global.query_cache_size;
|
|
||||||
@@global.query_cache_size
|
|
||||||
0
|
|
||||||
=======
|
|
||||||
>>>>>>> MERGE-SOURCE
|
|
||||||
SET @@global.query_cache_size = ON;
|
SET @@global.query_cache_size = ON;
|
||||||
ERROR 42000: Incorrect argument type to variable 'query_cache_size'
|
ERROR 42000: Incorrect argument type to variable 'query_cache_size'
|
||||||
SELECT @@global.query_cache_size;
|
SELECT @@global.query_cache_size;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue