summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2006-05-04 21:21:22 +0300
committerunknown <jani@ua141d10.elisa.omakaista.fi>2006-05-04 21:21:22 +0300
commit7c9f5a8d495fafb47faa70d2eab07d95eac23388 (patch)
tree4242614fc350e96d0a6ce2437339f818baf360dc
parentf31cb5dd8e95aaab551da800305484115387fafa (diff)
downloadmariadb-git-7c9f5a8d495fafb47faa70d2eab07d95eac23388.tar.gz
Fixed a test case that got broken during merge.
-rw-r--r--mysql-test/r/symlink.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/symlink.result b/mysql-test/r/symlink.result
index 74f9eba802c..3ce7cc0c835 100644
--- a/mysql-test/r/symlink.result
+++ b/mysql-test/r/symlink.result
@@ -53,7 +53,7 @@ t9 CREATE TABLE `t9` (
`c` int(11) NOT NULL,
`d` int(11) NOT NULL,
PRIMARY KEY (`a`)
-) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQLTEST_VARDIR/tmp/' INDEX DIRECTORY='MYSQLTEST_VARDIR/run/'
+) ENGINE=MyISAM AUTO_INCREMENT=16725 DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQLTEST_VARDIR/tmp/' INDEX DIRECTORY='MYSQLTEST_VARDIR/run/'
Got one of the listed errors
Got one of the listed errors
Got one of the listed errors