summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/views/views_master.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_1/views/views_master.inc')
-rw-r--r--mysql-test/suite/funcs_1/views/views_master.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_1/views/views_master.inc b/mysql-test/suite/funcs_1/views/views_master.inc
index 906f1f03b3b..47d4fcfb571 100644
--- a/mysql-test/suite/funcs_1/views/views_master.inc
+++ b/mysql-test/suite/funcs_1/views/views_master.inc
@@ -3830,6 +3830,7 @@ while ($num)
--error ER_NON_INSERTABLE_TABLE
INSERT INTO v1 VALUES (1002);
# --error ER_NON_UPDATABLE_TABLE, ER_UPDATE_TABLE_USED
+
--error ER_NON_UPDATABLE_TABLE
UPDATE v1 SET f61=1007;
--error ER_NON_UPDATABLE_TABLE