1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 11.4 into 11.8

This commit is contained in:
Marko Mäkelä
2025-03-05 20:39:47 +02:00
177 changed files with 5360 additions and 2623 deletions

View File

@@ -2724,6 +2724,8 @@ void propagate_new_equalities(THD *thd, Item *cond,
#define PREV_BITS(type, N_BITS) ((type)my_set_bits(N_BITS))
double estimate_post_group_cardinality(JOIN *join, double join_output_card);
bool dbug_user_var_equals_str(THD *thd, const char *name, const char *value);
#include "opt_vcol_substitution.h"