mariadb/BUILD
Michael Widenius b378ddb3d3 MDEV 22785 Crash with prepared statements and NEXTVAL()
The problem was that a PREARE followed by a non prepared statement
using DEFAULT NEXT_VALUE() could change table->next_local to point to
a not persitent memory aria. The next EXECUTE would then try to use
the wrong pointer, which could cause a crash.
Fixed by reseting the pointer to it's old value when doing EXECUTE.
2021-08-26 07:07:46 +03:00
..
autorun.sh
check-cpu
cleanup
cmake_configure.sh
compile-amd64-debug-all
compile-amd64-debug-max
compile-amd64-debug-wsrep
compile-amd64-gcov
compile-amd64-gprof
compile-amd64-max
compile-amd64-valgrind-max
compile-amd64-wsrep
compile-bintar
compile-darwin-mwcc
compile-dist
compile-hpux11-parisc2-aCC
compile-irix-mips64-mipspro
compile-pentium-icc
compile-pentium-icc-yassl
compile-pentium-pgcc
compile-pentium32
compile-pentium32-cybozu
compile-pentium32-debug
compile-pentium32-debug-max
compile-pentium32-debug-openssl
compile-pentium32-gcov
compile-pentium32-gprof
compile-pentium32-icc-valgrind-max
compile-pentium32-max
compile-pentium32-valgrind-max
compile-pentium32-wsrep
compile-pentium64
compile-pentium64-asan-max
compile-pentium64-debug
compile-pentium64-debug-all
compile-pentium64-debug-max
compile-pentium64-gcov
compile-pentium64-gprof
compile-pentium64-max
compile-pentium64-valgrind-max
compile-pentium64-wsrep
compile-ppc
compile-ppc-debug
compile-ppc-debug-max
compile-ppc-max
compile-solaris-amd64
compile-solaris-amd64-debug
compile-solaris-amd64-debug-forte
compile-solaris-amd64-forte
compile-solaris-amd64-forte-debug
compile-solaris-sparc
compile-solaris-sparc-debug
compile-solaris-sparc-forte
compile-solaris-sparc-purify
FINISH.sh
SETUP.sh
util.sh