blob: 458aac480c70645e96fb75ad35c48c401c46bf1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Check that vcol update works with binlog enabled
#
--source include/have_binlog_format_row.inc
set binlog_row_image="FULL";
set @@default_storage_engine="myisam";
--source update.test
set binlog_row_image="MINIMAL";
--source update.test
|