1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

word substitution in error messages removed - can create problems for i18n

This commit is contained in:
serg@serg.mylan
2003-11-18 10:23:49 +01:00
parent 249c0f9b32
commit 6d350964dc
32 changed files with 155 additions and 175 deletions

View File

@ -586,7 +586,7 @@ select * from t1;
a
set GLOBAL query_cache_size=1024;
Warnings:
Warning 1285 Query cache failed to set size 1024, new query cache size is 0
Warning 1284 Query cache failed to set size 1024, new query cache size is 0
show global variables like "query_cache_size";
Variable_name Value
query_cache_size 0
@ -594,7 +594,7 @@ select * from t1;
a
set GLOBAL query_cache_size=10240;
Warnings:
Warning 1285 Query cache failed to set size 10240, new query cache size is 0
Warning 1284 Query cache failed to set size 10240, new query cache size is 0
show global variables like "query_cache_size";
Variable_name Value
query_cache_size 0
@ -602,7 +602,7 @@ select * from t1;
a
set GLOBAL query_cache_size=20480;
Warnings:
Warning 1285 Query cache failed to set size 20480, new query cache size is 0
Warning 1284 Query cache failed to set size 20480, new query cache size is 0
show global variables like "query_cache_size";
Variable_name Value
query_cache_size 0
@ -610,7 +610,7 @@ select * from t1;
a
set GLOBAL query_cache_size=40960;
Warnings:
Warning 1285 Query cache failed to set size 40960, new query cache size is 0
Warning 1284 Query cache failed to set size 40960, new query cache size is 0
show global variables like "query_cache_size";
Variable_name Value
query_cache_size 0