diff options
author | unknown <tsmith@sita.local> | 2007-08-29 16:58:00 -0600 |
---|---|---|
committer | unknown <tsmith@sita.local> | 2007-08-29 16:58:00 -0600 |
commit | c8648fa38fa26cdd8b4fda0862345b4fa3147ffe (patch) | |
tree | 760441d998bf8d93731cca7dc31ab1e17ba5ae59 /mysql-test/t/query_cache.test | |
parent | 48193af48948acb84ddd3b488b6f8faa4a6d126b (diff) | |
download | mariadb-git-c8648fa38fa26cdd8b4fda0862345b4fa3147ffe.tar.gz |
Post-merge fixes, and disable buggy test case on embedded
mysql-test/t/query_cache.test:
Disable query_cache test on embedded, due to bug 30710.
sql/log_event_old.cc:
Post-merge fix, change RELAY_LOG_INFO to Relay_log_info.
Diffstat (limited to 'mysql-test/t/query_cache.test')
-rw-r--r-- | mysql-test/t/query_cache.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/query_cache.test b/mysql-test/t/query_cache.test index e10428bdbb5..d06698cdb17 100644 --- a/mysql-test/t/query_cache.test +++ b/mysql-test/t/query_cache.test @@ -1,5 +1,10 @@ -- source include/have_query_cache.inc +# Disabled on embedded due to bug #30710, "query_cache.test fails on +# embedded w/ per-column privs test". Please re-enable when that bug +# is resolved. +-- source include/not_embedded.inc + # # Tests with query cache # |