summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_myisam.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/partition_myisam.result')
-rw-r--r--mysql-test/r/partition_myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_myisam.result b/mysql-test/r/partition_myisam.result
index 6b85bac3908..97bcc11495c 100644
--- a/mysql-test/r/partition_myisam.result
+++ b/mysql-test/r/partition_myisam.result
@@ -150,7 +150,7 @@ t1 CREATE TABLE `t1` (
`a` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`a`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1
-/*!50100 PARTITION BY KEY ALGORITHM = 2 (a) */
+/*!50100 PARTITION BY KEY (a) */
INSERT INTO t1 VALUES (NULL);
SELECT * FROM t1;
a