mirror of
https://github.com/MariaDB/server.git
synced 2026-01-30 15:29:07 +01:00
Ever since mysql/mysql-server@377774689b was applied in commit 2e814d4702d71a04388386a9f591d14a35980bfed the data member dict_table_t::fk_max_recusive_level is never being read, only initialized as 0. Let us follow the lead of mysql/mysql-server@b22ac19f10 and remove this useless field. |
||
|---|---|---|
| .. | ||
| row0ext.cc | ||
| row0ftsort.cc | ||
| row0import.cc | ||
| row0ins.cc | ||
| row0log.cc | ||
| row0merge.cc | ||
| row0mysql.cc | ||
| row0purge.cc | ||
| row0quiesce.cc | ||
| row0row.cc | ||
| row0sel.cc | ||
| row0uins.cc | ||
| row0umod.cc | ||
| row0undo.cc | ||
| row0upd.cc | ||
| row0vers.cc | ||