maria:preview-11.5-preview

Last commit made on 2024-03-17
Get this branch:
git clone -b preview-11.5-preview https://git.launchpad.net/maria

Branch merges

Branch information

Name:
preview-11.5-preview
Repository:
lp:maria

Recent commits

8f0c934... by Sergei Golubchik

fixup MDEV-9101 Limit size of created disk temporary files and tables

7c2b39a... by Sergei Golubchik

fixup MDEV-33449 improving repair of tables

0309806... by Sergei Golubchik

fixup MDEV-18478 ANALYZE for statement part#2

Error:Run-Time Check Failure #3 - The variable 'r_filtered' is being used without being initialized. At :0

44e4b78... by Sergei Golubchik

fixup Fixed warnings when using deprecated variables

f8e8827... by Sergei Golubchik

fixup MDEV-33145 Add FLUSH GLOBAL STATUS

tests for privileges need not_embedded

b869a19... by Sergei Golubchik

fixup MDEV-25829 step #3 - old bug?

5180138... by Sergei Golubchik

fixup MDEV-25829 step #3

561b22a... by Sergei Golubchik

fixup MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp()

for embedded

afb2c44... by Sergei Golubchik

fixup MDEV-32188 make TIMESTAMP use whole 32-bit unsigned range

compilation failure on 32-bit

unsigned = unsigned int.
values can be longlong.

6ffe7c6... by Sergei Golubchik

reset cached client plugin when it's no longer needed

it's a pointer into the net buffer, so it might be overwritten by the
next read or write. And the next plugin switch (in multi-auth) will
try to compare it (in send_plugin_request_packet) which is normally
harmless but fails the assert with Lex_ident::is_valid_ident()