diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-14 19:45:52 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-14 19:45:52 +0100 |
commit | eb5d7145af470240a54fd043585b62c044288bb5 (patch) | |
tree | 6022c3559ddf98913082bd1859b92ed2e9f906e1 /mysql-test/r/limit.result | |
parent | c21f4e6e4c1da4e7affdfd03de526c72983c612a (diff) | |
download | mariadb-git-eb5d7145af470240a54fd043585b62c044288bb5.tar.gz |
Update test cases after run with --check-testcases
mysql-test/r/limit.result:
Add missing drop of table t1
mysql-test/r/lowercase_fs_off.result:
Add missing drop of "sample" user
mysql-test/t/limit.test:
Add missing drop of table t1
mysql-test/t/lowercase_fs_off.test:
Add missing drop of "sample" user
Diffstat (limited to 'mysql-test/r/limit.result')
-rw-r--r-- | mysql-test/r/limit.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/limit.result b/mysql-test/r/limit.result index be2776ef533..ac96ac8ff17 100644 --- a/mysql-test/r/limit.result +++ b/mysql-test/r/limit.result @@ -90,3 +90,4 @@ id select_type table type possible_keys key key_len ref rows Extra select sum(a) c FROM t1 WHERE a > 0 ORDER BY c LIMIT 3; c 28 +drop table t1; |