1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Portability fixes.

Changed mysql-test-run.sh to test for files to get shorter, more reliable timeouts.
This commit is contained in:
monty@hundin.mysql.fi
2001-12-10 18:16:51 +02:00
parent 6b02f13cf3
commit db2e22bf7e
6 changed files with 324 additions and 267 deletions

View File

@@ -291,10 +291,4 @@ show status like "Qcache_queries_in_cache";
Variable_name Value
Qcache_queries_in_cache 2
reset query cache;
show variables like "query_cache_size";
Variable_name Value
query_cache_size 1039700
show status like "Qcache_free_memory";
Variable_name Value
Qcache_free_memory 1039700
drop table t1;