1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

sp.test, sp.result:

Additional test case fix for bug #29338.


mysql-test/t/sp.test:
  Additional test case fix for bug #29338.
mysql-test/r/sp.result:
  Additional test case fix for bug #29338.
This commit is contained in:
unknown
2007-07-22 01:49:41 +05:00
parent 36f1e4848c
commit 9cad4f08db
2 changed files with 2 additions and 0 deletions

View File

@ -6206,5 +6206,6 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 index NULL c1 5 NULL 5 Using where; Using index
DROP VIEW v1;
DROP FUNCTION f1;
DROP FUNCTION f2;
DROP TABLE t1;
End of 5.0 tests