mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs innobase/dict/dict0dict.c: Allocate the table name buffer from the mem heap of a foreign key object rather than pointing to the name buffer in the table object; even though this apparently caused no bugs in RENAME, DROP, ALTER TABLE, or elsewhere, this convention was very prone to memory allocation bugs |
||
|---|---|---|
| .. | ||
| dict0boot.c | ||
| dict0crea.c | ||
| dict0dict.c | ||
| dict0load.c | ||
| dict0mem.c | ||
| Makefile.am | ||
| makefilewin | ||