diff options
Diffstat (limited to 'mysql-test/main/parser_stack.test')
-rw-r--r-- | mysql-test/main/parser_stack.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/parser_stack.test b/mysql-test/main/parser_stack.test index 8bc316da18e..93f44cc27b1 100644 --- a/mysql-test/main/parser_stack.test +++ b/mysql-test/main/parser_stack.test @@ -1,3 +1,7 @@ +if (`SELECT $PS_PROTOCOL != 0`) +{ + --skip Test temporary disabled for ps-protocol +} # # These tests are designed to cause an internal parser stack overflow, # and trigger my_yyoverflow(). |