mirror of
https://github.com/MariaDB/server.git
synced 2026-02-17 08:08:42 +01:00
Rename cloning methods of class Item and its descendants in the following way: (from) (to) do_build_clone -> deep_copy build_clone -> deep_copy_with_checks do_get_copy -> shallow_copy get_copy -> shallow_copy_with_checks to better reflect their functionality. Also make Item::deep_copy() and shallow_copy() protected. Outside users should call deep_copy_with_checks() and shallow_copy_with_checks(). |
||
|---|---|---|
| .. | ||
| mysql-test/func_test | ||
| CMakeLists.txt | ||
| plugin.cc | ||