Optimizer Debugging With GDB
Tips for debugging MariaDB optimizer code with GDB.
Last updated
Was this helpful?
Was this helpful?
define bap_print_prefix
set $i=0
while ($i < idx)
p join->positions[$i++].table->table->alias.Ptr
end
end--source include/innodb_stable_estimates.incgit diff -U0 --no-color --relative HEAD^ | clang-format-diff -p1 -i