mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
15 lines
246 B
Text
15 lines
246 B
Text
|
#
|
||
|
# 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
|