maria:bb-11.2-innodb-preview

Last commit made on 2023-06-29
Get this branch:
git clone -b bb-11.2-innodb-preview https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.2-innodb-preview
Repository:
lp:maria

Recent commits

9315fe5... by Marko Mäkelä

fixup! 056c83cc8f9551aa861dd9a3327584c8790562cd

44c01d0... by Marko Mäkelä

Merge 11.2

a4bb32a... by Marko Mäkelä

fixup! b596a772a8cd6bcf670df82b6786fa70e8cdd803

fsp_truncate_list(): Fix some formatting as well as -Wconversion on 32-bit

861431e... by Marko Mäkelä

fixup! 056c83cc8f9551aa861dd9a3327584c8790562cd

2867894... by Marko Mäkelä

Merge 11.1 into 11.2

8290a46... by Marko Mäkelä

Merge 11.0 into 11.1

1fe4bcb... by Marko Mäkelä

Merge 10.11 into 11.0

dd50121... by THIRUNARAYANAN BALATHANDAYUTHAPANI

Merge commit 'ca0d05073bed3d79108bf70df4b0d14dc2bb50bb' into preview-11.2-preview

5ef27d2... by Yuchen Pei

MDEV-31463 Spider should check connection before setting lock wait timeout

When setting the server lockwait timeout, spider should do some basic
checks first, like whether the remote server is still reachable. So
instead of directly calling spider_db_mbase::exec_query(), it should
call spider_db_query().

The reset of the lock wait timeout does not need to do such checks,
because they happen after the successfully setting the lock wait
timeout, implying the checks have been passed already.

ca0d050... by Marko Mäkelä

Merge 10.11 into 11.0