mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user