diff options
Diffstat (limited to 'mysql-test/main/fetch_first.test')
-rw-r--r-- | mysql-test/main/fetch_first.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/fetch_first.test b/mysql-test/main/fetch_first.test index 76c0a8b8b39..61d681a9b28 100644 --- a/mysql-test/main/fetch_first.test +++ b/mysql-test/main/fetch_first.test @@ -1,3 +1,7 @@ +if (`SELECT $PS_PROTOCOL != 0`) +{ + --skip Test temporary disabled for ps-protocol +} --echo # --echo # The following entries are meant for testing the parser, ensuring --echo # the right values are passed down to the executor, for all possible |