maria:bb-11.0-sysschema-optimizer_switch

Last commit made on 2023-01-05
Get this branch:
git clone -b bb-11.0-sysschema-optimizer_switch https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-sysschema-optimizer_switch
Repository:
lp:maria

Recent commits

b3f04a6... by Vladislav Vaintroub

optimizer_switch stored procedures in sys schema.

Split optimizer_switch into individual option names and values, and return
it as result set.

c6e0ab7... by Sergei Golubchik

bump the VERSION

1be861c... by Yuchen Pei

MDEV-28526 Spider: remove conn_kind member variables

The conn_kind, which stands for "connection kind", is no longer useful
because the HandlerSocket support is deleted and Spider now has only
one connection kind, SPIDER_CONN_KIND_MYSQL. Remove conn_kind and
related code.

Signed-off-by: Yuchen Pei <email address hidden>
Reviewed-by: Nayuta Yanagisawa <email address hidden>

1128b54... by Yuchen Pei <ycp@precision>

MDEV-29269 Spider: remove #ifdef ITEM_FUNC_TIMESTAMPDIFF_ARE_PUBLIC

Produced using the following command

unifdef -UITEM_FUNC_TIMESTAMPDIFF_ARE_PUBLIC -m storage/spider/spd_*

Signed-off-by: Yuchen Pei <email address hidden>
Reviewed-by: <email address hidden>

9c05c84... by Yuchen Pei <ycp@precision>

MDEV-28891 Spider: remove #ifdef SPIDER_FIELD_FIELDPTR_REQUIRES_THDPTR

unifdef -DSPIDER_FIELD_FIELDPTR_REQUIRES_THDPTR -m
storage/spider/*.{cc,h}

and removing the definition manually.

Signed-off-by: Yuchen Pei <email address hidden>
Reviewed-by: Nayuta Yanagisawa <email address hidden>

b1856af... by Sergei Golubchik

mark an unused error message

681976e... by Sergei Golubchik

spider fixes for 11.0+

spider_rewrite plugin is not in 11.0. spider initialization code used
"11.0" for "in the distant future", but suddenly it's now

spider tests didn't expect anything beyond 10.x

71a72dd... by Sergei Golubchik

11.0 branch

c194db3... by Marko Mäkelä

Merge 10.10 into 10.11

3217ecd... by Marko Mäkelä

Merge 10.9 into 10.10