This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-16 03:52:35 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7b0f59da43
mariadb
/
mysql-test
/
include
/
have_binlog_format_row.inc
7 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Bug#28369 rpl test cases fail with binlog disabled - Additional tests in 5.1 that need binlog - Mark more test to need binlog mysql-test/include/have_binlog_format_mixed.inc: Need binlog mysql-test/include/have_binlog_format_mixed_or_row.inc: Need binlog mysql-test/include/have_binlog_format_row.inc: Need binlog mysql-test/include/have_binlog_format_statement.inc: Need binlog mysql-test/r/date_formats.result: Show only the variables affected by the testcase to avoid it fails when running without binlog mysql-test/t/date_formats.test: Show only the variables affected by the testcase to avoid it fails when running without binlog mysql-test/t/ndb_binlog_basic2.test: Need binlog mysql-test/t/ps.test: Need binlog mysql-test/t/rpl_sf.test: Nedd binlog
2007-06-07 19:20:49 +02:00
--
source
include
/
have_log_bin
.
inc
skipped tests: improve skip messages, move to a proper suite, disable as needed mysql-test/include/have_binlog_format_mixed_or_row.inc: better skip message mysql-test/include/have_binlog_format_mixed_or_statement.inc: better skip message mysql-test/include/have_binlog_format_row_or_statement.inc: better skip message mysql-test/t/warnings_engine_disabled.test: better skip message
2011-07-16 09:59:04 +02:00
if
(
`SELECT @@binlog_format != 'ROW'`
)
{
--
skip
Not
ROW
format
}
Reference in a new issue
Copy permalink