maria:bb-10.3-MDEV-28599

Last commit made on 2022-05-30
Get this branch:
git clone -b bb-10.3-MDEV-28599 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-MDEV-28599
Repository:
lp:maria

Recent commits

7290c66... by tmokmss <email address hidden>

use unlikely instead of likely

3e47df0... by tmokmss <email address hidden>

add comment for the test case

0ca6fb3... by tmokmss <email address hidden>

Merge branch 'MDEV-28599' of github.com:tmokmss/MariaDB-server into MDEV-28599

fca011c... by tmokmss <email address hidden>

add another test

1597afb... by Masashi Tomooka <email address hidden>

Merge branch '10.3' into MDEV-28599

4900581... by tmokmss <email address hidden>

remove unnecessary parenthesis

62befe4... by tmokmss <email address hidden>

MDEV-28599: EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead of ER_WRONG_OBJECT

c4e87cb... by Mathew Heard <email address hidden>

MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting data

If the connecting user doesn't have alter table privilege this isn't
allowed.

This patch removes enable / disable key commands that should never have been here

Closes #2002

31e3032... by Ting Nian <email address hidden>

Add option --enable-cleartext-plugin to the MariaDB client

For compatibility reasons, add the option to the MariaDB client without
any functional changes besides simply accepting the option and emitting
a warning that it is obsolete.

In MySQL this security related option is compulsory in certain use
cases. When users switch to MariaDB, this client command that used to
work starts failing without a sensible error message. In worst case
users resort to re-installing the mysql client from MySQL.

In MariaDB the option is obsolete and should simply be ignored. Users
however don't have any opportunity to learn that unless the client
program tells them so.

Before:

    mysql --enable-cleartext-plugin ...
    mysql: unknown option '--enable-cleartext-plugin'

    (program terminates)

After:

    mysql --enable-cleartext-plugin ...
    WARNING: option '--enable-cleartext-plugin' is obsolete.

    (program executes)

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.

f85d488... by kkz <izhaoshuang@163.com>

remove obsolete fix_session_vcol_expr{,_for_read} function declarations