diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-04-08 00:05:34 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-04-08 00:05:34 +0500 |
commit | a1576f9209993517cfbbc64e3a7d4ba4edb4dbb5 (patch) | |
tree | 443633538ab95bbe809df874d3fa3c80a53cc893 /mysql-test/r/windows.result | |
parent | 3f0c44c605c6e6f9e3bbb92f7a43a598be5d5b1b (diff) | |
download | mariadb-git-a1576f9209993517cfbbc64e3a7d4ba4edb4dbb5.tar.gz |
merging fix
mysql-test/r/windows.result:
result fixed
Diffstat (limited to 'mysql-test/r/windows.result')
-rw-r--r-- | mysql-test/r/windows.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result index af1977bacbc..9f3828bff61 100644 --- a/mysql-test/r/windows.result +++ b/mysql-test/r/windows.result @@ -40,4 +40,4 @@ PARTITION p1 VALUES LESS THAN (3) ENGINE=INNODB data DIRECTORY='c:/tmp/' index DIRECTORY = 'c:/tmp/' ); -drop table t1; +DROP TABLE t1; |