This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 019389d Fix typos in Upgrade Check Doc (#14035)
add 568327f Disable row level locking for Mariadb and MySQL <8 (#14031)
No new revisions were added by this update.
Summary of changes:
airflow/jobs/scheduler_job.py | 11 ++++++++---
airflow/models/dag.py | 4 ++--
airflow/models/dagrun.py | 4 +++-
airflow/models/pool.py | 2 +-
airflow/models/taskinstance.py | 3 ++-
airflow/utils/sqlalchemy.py | 8 ++++++--
tests/utils/test_sqlalchemy.py | 29 ++++++++++++++++++++++++++++-
7 files changed, 50 insertions(+), 11 deletions(-)