maria:bb-10.3-MDEV-14959.version

Last commit made on 2023-04-25
Get this branch:
git clone -b bb-10.3-MDEV-14959.version https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-MDEV-14959.version
Repository:
lp:maria

Recent commits

09a5c0d... by Oleksandr "Sanja" Byelkin

MDEV-30889: 3 - Item_in_optimizer leak

Keep Item_in_optimizer cache always (but only once) in statement memory.

69604d9... by Oleksandr "Sanja" Byelkin

MDEV-30889: 2 - Allocation in TABLE_SHARE::init_from_sql_statement_string

 Fix leack in TABLE_SHARE::init_from_sql_statement_string
 by removing uneeded switching arenas.

a44ff4b... by Oleksandr "Sanja" Byelkin

MDEV-30889: 1 - Allocation in Item_subselect::mark_as_dependent

Fix leack in Item_subselect::mark_as_dependent (allocation
of temporary list in statement memory inctroduced in
f4d552104364fe195237f39862d91f657c7a34cb )

8d2d228... by Oleksandr "Sanja" Byelkin

MDEV-14959: Check

4c4939b... by Sergei Golubchik

MDEV-30818 invalid ssl prevents bootstrap

in bootstrap the server reads stdin and does not listen to network.
it won't use ssl anyway

fb7d588... by Sergei Golubchik

main.bootstrap test cleanup

e62947f... by Sergei Golubchik

bump the VERSION

2743a51... by Oleksandr "Sanja" Byelkin

Merge branch '10.3' into bb-10.3-release

9b32e4b... by Nayuta Yanagisawa

MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::print_warnings()

The function spider_db_mbase::print_warnings() can potentially result
in a null pointer dereference.

Remove the null pointer dereference by cleaning up the function.

Some small changes to the original commit
422fb63a9bbee35c50b6c7be19d199afe0bc98fa.

Co-Authored-By: Yuchen Pei <email address hidden>

2a78c3e... by Salman Mohammadi

MDEV-30509: mariadb-plugin-connect: introduce curl as recommends

in order to be able to retrieve files using REST queries. Otherwise,
`ERROR 1105 (HY000): Curl not installed.` will be thrown.