1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/mysql-test/unstable-tests
Otto Kekäläinen 5d85bc08c6 MDEV-21976: Re-disable main.udf, reverts mistake in merge b30a013142
This test was disabled in a135f0ab88, but
accidentally reverted during the merge in
0186b0a077...b30a013142

Because it was a 3-way merge, the removal is not directly visible.
It can be verified manually though:

  Line not changed:
  git diff a135f0ab88d6..0186b0a07760 mysql-test/unstable-tests

  Line removed:
  git diff a135f0ab88d6..b30a01314217 mysql-test/unstable-tests


This commit fixes the Travis-CI build and makes the main 10.5 git branch
green again on Travis-CI (and whatever else build environment that also
is failing due to this test).

Related: MDEV-22592
2020-05-16 11:48:26 +03:00

72 KiB