maria:bb-10.3-varun

Last commit made on 2020-12-15
Get this branch:
git clone -b bb-10.3-varun https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-varun
Repository:
lp:maria

Recent commits

d9fdb5d... by varun

MDEV-22716: Assertion `0' failed in Type_handler_row::subquery_type_allows_materialization

For ROW data type, materialization is not possible, so IN predicate to IN subquery conversion
should not be allowed in this case.

e5d88e0... by varun

MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61 is too large for 32-bit type 'int' (on optimized builds)

Use a ulonglong instead of uint when left shifting to calculate the table map for all the tables in a query

18256bc... by Sergei Golubchik

remove the test for MDEV-22485 that doesn't test MDEV-22485

This reverts commit bc2dc83cb56851144a8c15e73a83c7817dc705a2.

1215826... by Sergei Golubchik

MDEV-24279 Segfault after 1 day and 5 minutes uptime

feedback plugin now fakes a SHOW command to force
create_schema_table() to instantiate the table at once,
not lazily.

The test from plugins.feedback_plugin_send applies.

Caused by e64084d5a3a7

86fc37b... by Oleksandr "Sanja" Byelkin

MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Assertion `thd->mdl_context.is_lock_owner(MDL_key::TABLE, table->db.str, table->table_name.str, MDL_SHARED)' failed in mysql_rm_table_no_locks

Early report error in case of DROP SEQUENCE <non-sequence>

Do not use error variable for other purposes except error.

bc2dc83... by Anel Husakovic <email address hidden>

MDEV-22485: add the test case

Closes PR #1649

47c4caf... by Dan Solodko <email address hidden>

mdev-22485 mysqlslap does not use current user as default

b6ce493... by varun

Fixing compile failure on kvm full-text

e30a05f... by Vlad Lesin

MDEV-22929 MariaBackup option to report and/or continue when corruption is encountered

Post-push Windows compilation errors fix.

7edfed6... by Monty <email address hidden>

After merge fixes

Change thd->mdl_context.release_transactional_locks() to
thd->mdl_release_transactional_locks()