summaryrefslogtreecommitdiff
path: root/mysql-test/r/alter_table.result
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-06-15 23:50:03 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-06-15 23:50:03 -0500
commit0f8194611e350876625433ff78d7e38be8e0efa0 (patch)
treea327034d4746dd98d2dbbafc493185ec9d777530 /mysql-test/r/alter_table.result
parente2dc057d1c26757de4be359b2cfc25f54a7c8794 (diff)
downloadmariadb-git-0f8194611e350876625433ff78d7e38be8e0efa0.tar.gz
packet.result, alter_table.result:
fix up test result. mysql-test/r/alter_table.result: fix up test result. mysql-test/r/packet.result: fix up test result.
Diffstat (limited to 'mysql-test/r/alter_table.result')
-rw-r--r--mysql-test/r/alter_table.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result
index a8f540af0a2..c2ed40f3f94 100644
--- a/mysql-test/r/alter_table.result
+++ b/mysql-test/r/alter_table.result
@@ -468,5 +468,5 @@ t1 CREATE TABLE `t1` (
UNIQUE KEY `b` (`b`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
ALTER TABLE t1 DROP PRIMARY KEY;
-ERROR 42000: Can't DROP 'PRIMARY'. Check that column/key exists
+ERROR 42000: Can't DROP 'PRIMARY'; check that column/key exists
DROP TABLE t1;