maria:bb-10.3-bar-MDEV-9777

Last commit made on 2022-10-26
Get this branch:
git clone -b bb-10.3-bar-MDEV-9777 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-bar-MDEV-9777
Repository:
lp:maria

Recent commits

9a1b9f5... by Alexander Barkov

MDEV-9777 MyISAM and InnoDB work differently when comparing a TIME column to an empty string

This problem was fixed earlier (presumably by MDEV-9604 in 10.1).
Adding MTR tests only.

278fbe6... by Oleksandr "Sanja" Byelkin

Add skipped changes to oracle mode parser.

fa5f26b... by Andrew Hutchings

MDEV-29578 Fix CONNECT build warnings

Fix a couple of build warnings that fire with CONNECT engine.

055cb3f... by Brad Smith

Rocksdb: Add initial OpenBSD support

77951dd... by Alexey Botchkov

MDEV-26161 crash in Gis_point::calculate_haversine

More checks for bad geometry data added.

e910dff... by Sergei Golubchik

MDEV-26161 crash in Gis_point::calculate_haversine

return an error on invalid gis data

72e79ea... by Sergei Golubchik

cleanup: put casts in a separate statement

remove useless if()

1ff476b... by Lawrin Novitsky

MDEV-29490 Renaming internally used client API to avoid name conflicts

with C/C.
The patch introduces mariadb_capi_rename.h which is included into
mysql.h. The hew header contains macro definitions for the names being
renamed. In versions 10.6+(i.e. where sql service exists) the renaming
condition in the mariadb_capi_rename.h should be added with
&& !defined(MYSQL_DYNAMIC_PLUGIN)
and look like
The patch also contains removal of mysql.h from the api check.

Disabling false_duper-6543 test for embedded.

ha_federated.so uses C API. C API functions are being renamed in the server,
but not renamed in embedded, since embedded server library should have proper
C API, as expected by programs using it.
Thus the same ha_federated.so cannot work both for server and embedded
server library.

As all federated tests are already disabled for embedded,
federated isn't supposed to work for embedded anyway, and thus the test
is being disabled.

32158be... by Vladislav Vaintroub

MDEV-29811 server advertises ssl even if it's unusable.

Abort startup, if SSL setup fails.
Also, for the server always check that certificate matches private key
(even if ssl_cert is not set, OpenSSL will try to use default one)

34ff5ca... by Ian Gilfillan <email address hidden>

MDEV-28701 Update 10.3 HELP tables