mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fixes to tests and test results.
mysql-test/r/binlog_unsafe.result: Result change mysql-test/r/rpl_loaddata_fatal.result: Result change mysql-test/r/rpl_udf.result: Result change mysql-test/t/binlog_innodb.test: Test requires binary log mysql-test/t/binlog_unsafe.test: Test requires binary log mysql-test/t/multi_update.test: Test requires binary log. Error changed for a statement. mysql-test/t/rpl_row_basic_11bugs.test: Error changed for a statement.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Test to check that a warning is generated for unsafe statements
|
||||
# executed under statement mode logging.
|
||||
|
||||
source include/have_log_bin.inc;
|
||||
|
||||
SET BINLOG_FORMAT=STATEMENT;
|
||||
|
||||
CREATE TABLE t1 (a CHAR(40));
|
||||
|
||||
Reference in New Issue
Block a user