mariadb/mysql-test/suite/funcs_1/storedproc
unknown b54b7c6552 Bug#34108 "Drop function" (test "storedproc_06") returns different message (all handlers)
The problem is that the patch for Bug 33464 didn't update the
results of the test cases which caused the problem.

Dropping a stored routine also revoke privileges for all users
on the stored routine and errors about missing grants are converted
into warnings. Before Bug 33464 such errors could be incorrectly
returned to the user, which would later trigger a assertion due to
multiple errors being set.


mysql-test/suite/funcs_1/r/innodb_storedproc_06.result:
  Update test case result, grants were already dropped.
mysql-test/suite/funcs_1/r/memory_storedproc_06.result:
  Update test case result, grants were already dropped.
mysql-test/suite/funcs_1/r/myisam_storedproc_06.result:
  Update test case result, grants were already dropped.
mysql-test/suite/funcs_1/r/ndb_storedproc_06.result:
  Update test case result, grants were already dropped.
mysql-test/suite/funcs_1/storedproc/storedproc_06.inc:
  Add comment regarding bug revealed by test case.
mysql-test/suite/funcs_1/t/disabled.def:
  Re-enable test cases, bug has been fixed.
2008-05-06 15:43:13 -03:00
..
cleanup_sp_tb.inc Fix for 2008-03-31 19:48:02 +02:00
load_sp_tb.inc Fix for 2008-03-31 19:48:02 +02:00
storedproc_02.inc Post merge fix for 2008-04-01 13:18:31 +02:00
storedproc_03.inc Fix for 2008-03-31 19:48:02 +02:00
storedproc_06.inc Bug#34108 "Drop function" (test "storedproc_06") returns different message (all handlers) 2008-05-06 15:43:13 -03:00
storedproc_07.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_08.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_08_show.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_10.inc Fix for 2008-03-31 19:48:02 +02:00
storedproc_master.inc Post merge fix for 2008-04-01 13:18:31 +02:00