diff options
author | Eugene Kosov <claprix@yandex.ru> | 2017-09-08 10:22:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 10:22:24 +0300 |
commit | a49239b57a5e46f118a7ab46b8f298b4f596d6ec (patch) | |
tree | f012430ae1ae6f5175e40d67e3e0facbac5a0a51 /mysql-test/r/ps.result | |
parent | 904b69cd9ed15b0d605b9923439e9a66b5057084 (diff) | |
download | mariadb-git-a49239b57a5e46f118a7ab46b8f298b4f596d6ec.tar.gz |
SQL: truncate syntax and privilege [closes #229]
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r-- | mysql-test/r/ps.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index 317ba5a3283..f7e5f4394b8 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -1207,21 +1207,21 @@ SET @aux= "SELECT COUNT(*) prepare my_stmt from @aux; execute my_stmt; COUNT(*) -46 +47 Warnings: Warning 1286 Unknown storage engine 'InnoDB' Warning 1286 Unknown storage engine 'InnoDB' Warning 1286 Unknown storage engine 'InnoDB' execute my_stmt; COUNT(*) -46 +47 Warnings: Warning 1286 Unknown storage engine 'InnoDB' Warning 1286 Unknown storage engine 'InnoDB' Warning 1286 Unknown storage engine 'InnoDB' execute my_stmt; COUNT(*) -46 +47 Warnings: Warning 1286 Unknown storage engine 'InnoDB' Warning 1286 Unknown storage engine 'InnoDB' |