blob: 2bf4f93f332a54b83ea99d3a079c010512f33888 (
plain)
1
2
3
4
5
6
7
|
# This is a wrapper for binlog.test so that the same test case can be used
# For both statement and row based bin logs 9/19/2005 [jbm]
-- source include/have_binlog_format_row.inc
let collation=utf8_unicode_ci;
--source include/have_collation.inc
--source extra/binlog_tests/binlog.test
|