diff options
author | unknown <dlenev@mysql.com> | 2006-05-02 17:07:23 +0400 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2006-05-02 17:07:23 +0400 |
commit | 853f5413f631146c42b97409aef5f1ac4ad3614a (patch) | |
tree | a91ffdc7a98eb302f8031c372a6b187c50d3466f /mysql-test/r/ps_1general.result | |
parent | 33417297c5e11ff82aae7bc2d8b5a75968725905 (diff) | |
parent | f28b9a34235b08f72bf3c2b8de85227958cac17d (diff) | |
download | mariadb-git-853f5413f631146c42b97409aef5f1ac4ad3614a.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/dlenev/mysql-5.0-bg11081
Diffstat (limited to 'mysql-test/r/ps_1general.result')
-rw-r--r-- | mysql-test/r/ps_1general.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result index 8e22c5daa8e..3c736a508d3 100644 --- a/mysql-test/r/ps_1general.result +++ b/mysql-test/r/ps_1general.result @@ -422,13 +422,10 @@ ERROR HY000: This command is not supported in the prepared statement protocol ye prepare stmt1 from ' select * into outfile ''data.txt'' from t1 '; execute stmt1 ; prepare stmt1 from ' optimize table t1 ' ; -ERROR HY000: This command is not supported in the prepared statement protocol yet prepare stmt1 from ' analyze table t1 ' ; -ERROR HY000: This command is not supported in the prepared statement protocol yet prepare stmt1 from ' checksum table t1 ' ; ERROR HY000: This command is not supported in the prepared statement protocol yet prepare stmt1 from ' repair table t1 ' ; -ERROR HY000: This command is not supported in the prepared statement protocol yet prepare stmt1 from ' restore table t1 from ''data.txt'' ' ; ERROR HY000: This command is not supported in the prepared statement protocol yet prepare stmt1 from ' handler t1 open '; |