diff options
author | serg@serg.mylan <> | 2004-08-19 03:02:09 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-19 03:02:09 +0200 |
commit | 3f2210c06445535f3beae31a8cecb3ae73c1d236 (patch) | |
tree | bb710739af8b8fd4ec8ff388deaf56c37a27d24a /mysql-test/r/heap.result | |
parent | e1237cbc53355382e032f0e88f906d67edd1f597 (diff) | |
download | mariadb-git-3f2210c06445535f3beae31a8cecb3ae73c1d236.tar.gz |
after merge fixes
Diffstat (limited to 'mysql-test/r/heap.result')
-rw-r--r-- | mysql-test/r/heap.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/heap.result b/mysql-test/r/heap.result index b7f44e6e19c..c49c9abb368 100644 --- a/mysql-test/r/heap.result +++ b/mysql-test/r/heap.result @@ -222,7 +222,7 @@ CREATE TABLE `job_titles` ( `job_title` char(18) NOT NULL default '', PRIMARY KEY (`job_title_id`), UNIQUE KEY `job_title_id` (`job_title_id`,`job_title`) -) TYPE=HEAP; +) ENGINE=HEAP; SELECT MAX(job_title_id) FROM job_titles; MAX(job_title_id) NULL |