summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test')
-rw-r--r--mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test b/mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test
index a97256d84a4..799dd0c8555 100644
--- a/mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test
+++ b/mysql-test/suite/sys_vars/t/max_prepared_stmt_count_basic.test
@@ -158,12 +158,8 @@ SELECT @@max_prepared_stmt_count = @@global.max_prepared_stmt_count;
--Error ER_GLOBAL_VARIABLE
SET max_prepared_stmt_count = 6000;
SELECT @@max_prepared_stmt_count;
---Error ER_PARSE_ERROR
-SET local.max_prepared_stmt_count = 7000;
--Error ER_UNKNOWN_TABLE
SELECT local.max_prepared_stmt_count;
---Error ER_PARSE_ERROR
-SET global.max_prepared_stmt_count = 8000;
--Error ER_UNKNOWN_TABLE
SELECT global.max_prepared_stmt_count;
--Error ER_BAD_FIELD_ERROR