diff options
author | kent/mysqldev@mysql.com/production.mysql.com <> | 2008-04-02 00:43:17 +0200 |
---|---|---|
committer | kent/mysqldev@mysql.com/production.mysql.com <> | 2008-04-02 00:43:17 +0200 |
commit | fd1bd7547a60d9f1c4ba8ddd997572a77d166345 (patch) | |
tree | e3735a198e8fd501c1281007ade11a18a59b2ad2 /mysql-test/r/query_cache_debug.result | |
parent | 4002e5c362567956fcae493cc49fc1045ebe12b9 (diff) | |
download | mariadb-git-fd1bd7547a60d9f1c4ba8ddd997572a77d166345.tar.gz |
mysqld.cc:
Corrects build problems embedded on Windows
Makefile.am:
Install .sym or mysqld-debug if exists
query_cache_debug.test, query_cache_debug.result:
Set more resonable query cache size (bug#35749)
CMakeLists.txt:
Added missing stacktrace.c
Diffstat (limited to 'mysql-test/r/query_cache_debug.result')
-rw-r--r-- | mysql-test/r/query_cache_debug.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/query_cache_debug.result b/mysql-test/r/query_cache_debug.result index f177bfac836..c90165368e3 100644 --- a/mysql-test/r/query_cache_debug.result +++ b/mysql-test/r/query_cache_debug.result @@ -1,6 +1,6 @@ flush status; set query_cache_type=DEMAND; -set global query_cache_size= 1024*1024*512; +set global query_cache_size= 1024*768; drop table if exists t1; create table t1 (a varchar(100)); insert into t1 values ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'),('bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb'); |