From 21d03d579b5c56bf17d763412179bc7a0e16168c Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Thu, 10 Sep 2026 15:16:32 +0000 Subject: [PATCH] [#885] Bound the wait of a JDBC DDL for a lock another session holds (#936) --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index fd3b0ef..818f7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ buildNumber.properties .mvn/timing.properties +# Build output captured to a file +*.log + #--- IntelliJ ignores --- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio -- Gitblit v1.10.0