maria:bb-10.5-mdev-34036

Last commit made on 2024-05-06
Get this branch:
git clone -b bb-10.5-mdev-34036 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-mdev-34036
Repository:
lp:maria

Recent commits

5467826... by Yuchen Pei <email address hidden>

MDEV-34036 Reset spider_hton_ptr in spider_db_done()

Otherwise spider_direct_sql may still think the spider plugin is
available even after spider_db_done() was called.

4045a87... by Sergei Golubchik

test for Bug #16051817 GOT ERROR 124 FROM STORAGE ENGINE ON DELETE FROM A PARTITIONED TABLE

followup for c5896384bda5

3d75cff... by Sergei Golubchik

bugfix: INFORMATION_SCHEMA.STATISTICS doesn't show whether the index is disabled

179515a... by Sergei Golubchik

bugfix: dgcov.pl shows wrong line numbers

dgcov.pl was putting gcov execution counters on wrong lines
in the report (*.dgcov files were correct), because it was
incrementing the new line number for diff lines starting from '-'
(lines from the old file, not present in the new)

4f5dea4... by Sergei Golubchik

cleanup

* remove dead code
* simplify the check for table->s->next_number_index
* misc

947eeaa... by Sergei Golubchik

MDEV-29345 update case insensitive (large) unique key with insensitive change of value - duplicate key

use collation-sensitive comparison when comparing fields

91fb8b7... by Sergei Golubchik

MDEV-19949 mariabackup option of '--password' or '-p' without specifying password in commandline

password handling as in other command-line tools

cd0356a... by Monty <email address hidden>

MDEV-34077 scripts/mariadb-install-db: Error in my_thread_global_end(): 1 threads didn't exit

followup for 952ab9a5965

chery-pick of 814dc46748d8 into 10.5

983e6ca... by Sergei Golubchik

bugfix: buffer overwrite in mariadb-backup

this fixes galera.galera_sst_mariabackup_table_options

Note that `man snprintf` says

  The functions snprintf() and vsnprintf() do not write more
  than size bytes (including the terminating null byte
  ('\0')). If the output was truncated due to this limit, then
  the return value is the number of characters (excluding the
  terminating null byte) which would have been written to the
  final string if enough space had been available.

349ca2b... by Sergei Golubchik

mtr: remove innodb combinations

dead code for about 10 years