summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/vcol/t/update_binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/vcol/t/update_binlog.test')
-rw-r--r--mysql-test/suite/vcol/t/update_binlog.test14
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/suite/vcol/t/update_binlog.test b/mysql-test/suite/vcol/t/update_binlog.test
new file mode 100644
index 00000000..458aac48
--- /dev/null
+++ b/mysql-test/suite/vcol/t/update_binlog.test
@@ -0,0 +1,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