mariadb/mysql-test/suite
Oleg Smirnov aa70eeac2c MDEV-36761: Put NULL-aware cardinality estimation under new_mode flag
The NULL-aware index statistics fix is now controlled by the
FIX_INDEX_STATS_FOR_ALL_NULLS flag and disabled by default
for preserving execution plan stability in stable versions.

To enable:
  SET @@new_mode = 'FIX_INDEX_STATS_FOR_ALL_NULLS';

Or via command line:
  --new-mode=FIX_INDEX_STATS_FOR_ALL_NULLS

Or in configuration file:
  [mysqld]
  new_mode=FIX_INDEX_STATS_FOR_ALL_NULLS

`all_nulls_key_parts` bitmap is now calculated at set_statistics_for_table()
2025-10-31 19:47:30 +07:00
..
archive Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
atomic Merge branch '10.11' into 11.4 2025-04-26 10:53:02 +02:00
binlog Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
binlog_encryption Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
client
compat MDEV-36216 TO_CHAR FM format not recognized in SQL_MODE=Oracle 2025-04-16 12:55:49 +04:00
csv
encryption MDEV-36556: MariaDB restart after upgrade fails with innodb_encrypt_tables 2025-10-07 09:59:59 +03:00
engines Merge 10.11 into 11.4 2025-09-16 17:01:39 +03:00
events Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
federated Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
funcs_1 Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
funcs_2
galera Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
galera_3nodes Merge 10.11 into 11.4 2025-10-09 13:37:45 +03:00
galera_3nodes_sr galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_sr galera tests: synchronization between versions and editions 2025-08-14 17:04:40 +02:00
gcol Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
handler
heap
innodb MDEV-34529 fixup: Improve a test 2025-10-17 13:50:56 +03:00
innodb_fts Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
innodb_gis Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
innodb_i_s
innodb_zip Merge branch '10.11' into 11.4 2025-10-15 19:29:55 +11:00
jp
json Merge 10.11 into 11.4 2025-10-17 09:05:29 +03:00
large_tests
maria Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
mariabackup Merge branch '10.11' into bb-11.4-release 2025-09-15 16:17:33 +02:00
merge Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
mtr/t
mtr2
multi_source multi_source.mariadb-dump_slave: don't change global settings 2025-07-31 11:57:38 +02:00
optimizer_unfixed_bugs
parts Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
perfschema Merge 10.11 into 11.4 2025-09-24 13:40:09 +03:00
perfschema_stress
period Merge branch '10.11' into bb-11.4-release 2025-09-15 16:17:33 +02:00
plugins Merge 10.11 into 11.4 2025-09-24 13:40:09 +03:00
roles
rpl Merge branch '10.11' into bb-11.4-release 2025-10-22 10:21:16 +02:00
s3 Merge branch '10.11' into 11.4 2025-06-17 09:50:22 +02:00
sql_sequence Merge 10.6 into 10.11 2025-09-24 12:48:56 +03:00
storage_engine
stress
sys_vars MDEV-36761: Put NULL-aware cardinality estimation under new_mode flag 2025-10-31 19:47:30 +07:00
sysschema Merge branch 10.11 into 11.4 2025-09-02 15:58:39 +02:00
unit
vcol Merge branch '10.11' into bb-11.4-release 2025-09-15 16:17:33 +02:00
versioning Merge branch 10.11 into 11.4 2025-09-02 15:58:39 +02:00
wsrep Galera 26.4.24 - test update for wsrep.wsrep_provider_plugin_defaults 2025-10-15 09:17:36 +03:00