diff options
author | unknown <konstantin@mysql.com> | 2004-08-03 04:07:19 -0700 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-08-03 04:07:19 -0700 |
commit | cb4b225703da43771a4c464411a0c739c5d1d181 (patch) | |
tree | 071f7fca105caaf8bff27602cd9d889bc70093ed /mysql-test/include/ps_modify.inc | |
parent | 9a31010f0049098b7bc4f287d09f66be033d9f6f (diff) | |
download | mariadb-git-cb4b225703da43771a4c464411a0c739c5d1d181.tar.gz |
Followup2 (new commands are supported in prepared statements): test files
should've been fixed as well.
mysql-test/include/ps_modify.inc:
Followup2 (new commands are supported in prepared statements):
- no more error is expected here
mysql-test/t/ps_1general.test:
Followup2 (new commands are supported in prepared statements):
- no more error expected here
Diffstat (limited to 'mysql-test/include/ps_modify.inc')
-rw-r--r-- | mysql-test/include/ps_modify.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/include/ps_modify.inc b/mysql-test/include/ps_modify.inc index 04c5cbaad6b..7202d857903 100644 --- a/mysql-test/include/ps_modify.inc +++ b/mysql-test/include/ps_modify.inc @@ -59,7 +59,6 @@ execute stmt1 using @arg00; select a,b from t1 where b=@arg00; ## truncate a table ---error 1295 prepare stmt1 from 'truncate table t1' ; |