mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-406: ANALYZE $stmt
- Support tracking for UNIONs, temporary-table based ORDER BYs, and both.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
call mtr.add_suppression('Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.');
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
drop database if exists mysqltest1;
|
||||
drop database if exists client_test_db;
|
||||
create table t1
|
||||
(
|
||||
|
@ -7,6 +7,7 @@ call mtr.add_suppression('Unsafe statement written to the binary log using state
|
||||
--disable_warnings
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
|
||||
drop database if exists mysqltest1;
|
||||
# Avoid wrong warnings if mysql_client_test fails
|
||||
drop database if exists client_test_db;
|
||||
--enable_warnings
|
||||
|
Reference in New Issue
Block a user