mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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.
This commit is contained in:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user