diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-10-13 18:19:58 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-05 15:02:53 +0400 |
commit | 4d3818d30d97e6fbdb5130d73716401e883c7371 (patch) | |
tree | f2440171d9faa1c804b5df73f542c17e4a7e755b /libmariadb | |
parent | 6010662cb328c10b1ef92c3ed43b2b3858c49863 (diff) | |
download | mariadb-git-4d3818d30d97e6fbdb5130d73716401e883c7371.tar.gz |
MDEV-11037 Diagnostics_area refactoring for user defined exceptions
Part 2:
Moving the part of Sql_condition that contain condition items
(such as m_class_origin, m_cursor_name, etc) into a separate
class Sql_condition_items. This allows to remove duplicate code in
different Sql_condition constructors.
Also, introducing new Sql_condition constructors and removing the method
Sql_condition::set(). All code sequences that called an Sql_condition
constructor followed by Sql_condition::set() are now replaced to
the new constructor calls. This gives light performance improvement,
as the relevant members are now initialized only one time.
Diffstat (limited to 'libmariadb')
0 files changed, 0 insertions, 0 deletions