This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 183b16e Increase MAX_FORM_MEMORY_SIZE limit again new 4bb896e Drop support for MySQL (#115)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/developer_guide.rst | 8 +-- lnt/server/db/migrations/upgrade_0_to_1.py | 3 - lnt/server/db/migrations/upgrade_13_to_14.py | 22 +------ lnt/server/db/testsuitedb.py | 5 -- tests/SharedInputs/mysql_wrapper.sh | 86 ---------------------------- tests/lit.cfg | 5 -- tests/lnttool/MySQLDB.shtest | 15 ----- tests/lnttool/import.shtest | 12 ++++ 8 files changed, 15 insertions(+), 141 deletions(-) delete mode 100755 tests/SharedInputs/mysql_wrapper.sh delete mode 100644 tests/lnttool/MySQLDB.shtest create mode 100644 tests/lnttool/import.shtest