summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/identity_basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/identity_basic.test')
-rw-r--r--mysql-test/suite/sys_vars/t/identity_basic.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/suite/sys_vars/t/identity_basic.test b/mysql-test/suite/sys_vars/t/identity_basic.test
index 2ddec32a621..f88d2651046 100644
--- a/mysql-test/suite/sys_vars/t/identity_basic.test
+++ b/mysql-test/suite/sys_vars/t/identity_basic.test
@@ -163,12 +163,8 @@ SELECT @@session.identity = @@local.identity;
SET identity = 1;
SELECT @@identity;
---Error ER_PARSE_ERROR
-SET local.identity = 1;
--Error ER_UNKNOWN_TABLE
SELECT local.identity;
---Error ER_PARSE_ERROR
-SET session.identity = 1;
--Error ER_UNKNOWN_TABLE
SELECT session.identity;
--Error ER_BAD_FIELD_ERROR